Uses of Class
com.amazonaws.services.ecr.model.GetAuthorizationTokenResult
-
Packages that use GetAuthorizationTokenResult Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of GetAuthorizationTokenResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return GetAuthorizationTokenResult Modifier and Type Method Description GetAuthorizationTokenResult
AbstractAmazonECR. getAuthorizationToken(GetAuthorizationTokenRequest request)
GetAuthorizationTokenResult
AmazonECR. getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)
Retrieves a token that is valid for a specified registry for 12 hours.GetAuthorizationTokenResult
AmazonECRClient. getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)
Retrieves a token that is valid for a specified registry for 12 hours.Method parameters in com.amazonaws.services.ecr with type arguments of type GetAuthorizationTokenResult Modifier and Type Method Description Future<GetAuthorizationTokenResult>
AbstractAmazonECRAsync. getAuthorizationTokenAsync(GetAuthorizationTokenRequest request, AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler)
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)
-
Uses of GetAuthorizationTokenResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return GetAuthorizationTokenResult Modifier and Type Method Description GetAuthorizationTokenResult
GetAuthorizationTokenResult. clone()
GetAuthorizationTokenResult
GetAuthorizationTokenResult. withAuthorizationData(AuthorizationData... authorizationData)
A list of authorization token data objects that correspond to theregistryIds
values in the request.GetAuthorizationTokenResult
GetAuthorizationTokenResult. withAuthorizationData(Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to theregistryIds
values in the request.
-