| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAuthorizationTokenResult> |
AmazonECRAsync.getAuthorizationTokenAsync(GetAuthorizationTokenRequest getAuthorizationTokenRequest,
AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler)
Retrieves an authorization token.
|
Future<GetAuthorizationTokenResult> |
AmazonECRAsyncClient.getAuthorizationTokenAsync(GetAuthorizationTokenRequest request,
AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler) |
Future<GetAuthorizationTokenResult> |
AbstractAmazonECRAsync.getAuthorizationTokenAsync(GetAuthorizationTokenRequest request,
AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.clone() |
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.withRegistryIds(Collection<String> registryIds)
A list of AWS account IDs that are associated with the registries for which to get AuthorizationData objects.
|
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.withRegistryIds(String... registryIds)
A list of AWS account IDs that are associated with the registries for which to get AuthorizationData objects.
|
Copyright © 2020. All rights reserved.