Class IamGetPolicy.Async
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.IamGetPolicy.Async
-
- All Implemented Interfaces:
Operations.AsyncOperation<IamGetPolicyResponse>,Operations.AsyncRequestOperation<IamGetPolicyRequest,IamGetPolicyResponse>
- Enclosing class:
- IamGetPolicy
public static class IamGetPolicy.Async extends java.lang.Object implements Operations.AsyncRequestOperation<IamGetPolicyRequest,IamGetPolicyResponse>
-
-
Constructor Summary
Constructors Constructor Description Async(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, java.util.concurrent.ScheduledExecutorService retryScheduler, Headers _headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>>doRequest(IamGetPolicyRequest request)java.util.concurrent.CompletableFuture<IamGetPolicyResponse>handleResponse(java.net.http.HttpResponse<Blob> response)
-
-
-
Constructor Detail
-
Async
public Async(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, java.util.concurrent.ScheduledExecutorService retryScheduler, Headers _headers)
-
-
Method Detail
-
doRequest
public java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>> doRequest(IamGetPolicyRequest request)
- Specified by:
doRequestin interfaceOperations.AsyncRequestOperation<IamGetPolicyRequest,IamGetPolicyResponse>
-
handleResponse
public java.util.concurrent.CompletableFuture<IamGetPolicyResponse> handleResponse(java.net.http.HttpResponse<Blob> response)
- Specified by:
handleResponsein interfaceOperations.AsyncOperation<IamGetPolicyResponse>
-
-