Uses of Class
com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
Packages that use GetAuthorizationTokenRequest
-
Uses of GetAuthorizationTokenRequest in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr with parameters of type GetAuthorizationTokenRequestModifier and TypeMethodDescriptionAbstractAmazonECR.getAuthorizationToken
(GetAuthorizationTokenRequest request) AmazonECR.getAuthorizationToken
(GetAuthorizationTokenRequest getAuthorizationTokenRequest) Retrieves a token that is valid for a specified registry for 12 hours.AmazonECRClient.getAuthorizationToken
(GetAuthorizationTokenRequest getAuthorizationTokenRequest) Retrieves a token that is valid for a specified registry for 12 hours.AbstractAmazonECRAsync.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest request) AbstractAmazonECRAsync.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest request, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult> asyncHandler) AmazonECRAsync.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest getAuthorizationTokenRequest) Retrieves a token that is valid for a specified registry for 12 hours.AmazonECRAsync.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest getAuthorizationTokenRequest, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult> asyncHandler) Retrieves a token that is valid for a specified registry for 12 hours.AmazonECRAsyncClient.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest request) AmazonECRAsyncClient.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest request, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult> asyncHandler) Method parameters in com.amazonaws.services.ecr with type arguments of type GetAuthorizationTokenRequestModifier and TypeMethodDescriptionAbstractAmazonECRAsync.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest request, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult> asyncHandler) AmazonECRAsync.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest getAuthorizationTokenRequest, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult> asyncHandler) Retrieves a token that is valid for a specified registry for 12 hours.AmazonECRAsyncClient.getAuthorizationTokenAsync
(GetAuthorizationTokenRequest request, AsyncHandler<GetAuthorizationTokenRequest, GetAuthorizationTokenResult> asyncHandler) -
Uses of GetAuthorizationTokenRequest in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return GetAuthorizationTokenRequestModifier and TypeMethodDescriptionGetAuthorizationTokenRequest.clone()
GetAuthorizationTokenRequest.withRegistryIds
(String... registryIds) A list of AWS account IDs that are associated with the registries for which to get authorization tokens.GetAuthorizationTokenRequest.withRegistryIds
(Collection<String> registryIds) A list of AWS account IDs that are associated with the registries for which to get authorization tokens.