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 a token that is valid for a specified registry for 12 hours.
|
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 authorization tokens.
|
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.withRegistryIds(String... registryIds)
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
Copyright © 2018. All rights reserved.