@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonEKSAuthAsync extends AmazonEKSAuth
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonEKSAuthAsync
instead.
The Amazon EKS Auth API and the AssumeRoleForPodIdentity
action are only used by the EKS Pod Identity
Agent.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssumeRoleForPodIdentityResult> |
assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest assumeRoleForPodIdentityRequest)
The Amazon EKS Auth API and the
AssumeRoleForPodIdentity action are only used by the EKS Pod
Identity Agent. |
Future<AssumeRoleForPodIdentityResult> |
assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest assumeRoleForPodIdentityRequest,
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
Future<AssumeRoleForPodIdentityResult> assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest assumeRoleForPodIdentityRequest)
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.
assumeRoleForPodIdentityRequest
- Future<AssumeRoleForPodIdentityResult> assumeRoleForPodIdentityAsync(AssumeRoleForPodIdentityRequest assumeRoleForPodIdentityRequest, AsyncHandler<AssumeRoleForPodIdentityRequest,AssumeRoleForPodIdentityResult> asyncHandler)
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.
assumeRoleForPodIdentityRequest
- 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.