@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonEKSAuthAsync extends AbstractAmazonEKSAuth implements AmazonEKSAuthAsync
AmazonEKSAuthAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssumeRoleForPodIdentityResult> |
assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest request)
The Amazon EKS Auth API and the
AssumeRoleForPodIdentity action are only used by the EKS Pod
Identity Agent. |
Future<AssumeRoleForPodIdentityResult> |
assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest request,
AsyncHandler<AssumeRoleForPodIdentityRequest,AssumeRoleForPodIdentityResult> asyncHandler)
The Amazon EKS Auth API and the
AssumeRoleForPodIdentity action are only used by the EKS Pod
Identity Agent. |
assumeRoleForPodIdentity, getCachedResponseMetadata, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assumeRoleForPodIdentity, getCachedResponseMetadata, shutdown
public Future<AssumeRoleForPodIdentityResult> assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest request)
AmazonEKSAuthAsync
The Amazon EKS Auth API and the AssumeRoleForPodIdentity
action are only used by the EKS Pod
Identity Agent.
We recommend that applications use the Amazon Web Services SDKs to connect to Amazon Web Services services; if credentials from an EKS Pod Identity association are available in the pod, the latest versions of the SDKs use them automatically.
assumeRoleForPodIdentityAsync
in interface AmazonEKSAuthAsync
public Future<AssumeRoleForPodIdentityResult> assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest request, AsyncHandler<AssumeRoleForPodIdentityRequest,AssumeRoleForPodIdentityResult> asyncHandler)
AmazonEKSAuthAsync
The Amazon EKS Auth API and the AssumeRoleForPodIdentity
action are only used by the EKS Pod
Identity Agent.
We recommend that applications use the Amazon Web Services SDKs to connect to Amazon Web Services services; if credentials from an EKS Pod Identity association are available in the pod, the latest versions of the SDKs use them automatically.
assumeRoleForPodIdentityAsync
in interface AmazonEKSAuthAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.