Uses of Class
com.amazonaws.services.ecr.model.AuthorizationData
-
Packages that use AuthorizationData Package Description com.amazonaws.services.ecr.model -
-
Uses of AuthorizationData in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return AuthorizationData Modifier and Type Method Description AuthorizationData
AuthorizationData. clone()
AuthorizationData
AuthorizationData. withAuthorizationToken(String authorizationToken)
A base64-encoded string that contains authorization data for the specified Amazon ECR registry.AuthorizationData
AuthorizationData. withExpiresAt(Date expiresAt)
The Unix time in seconds and milliseconds when the authorization token expires.AuthorizationData
AuthorizationData. withProxyEndpoint(String proxyEndpoint)
The registry URL to use for this authorization token in adocker login
command.Methods in com.amazonaws.services.ecr.model that return types with arguments of type AuthorizationData Modifier and Type Method Description List<AuthorizationData>
GetAuthorizationTokenResult. getAuthorizationData()
A list of authorization token data objects that correspond to theregistryIds
values in the request.Methods in com.amazonaws.services.ecr.model with parameters of type AuthorizationData Modifier and Type Method Description GetAuthorizationTokenResult
GetAuthorizationTokenResult. withAuthorizationData(AuthorizationData... authorizationData)
A list of authorization token data objects that correspond to theregistryIds
values in the request.Method parameters in com.amazonaws.services.ecr.model with type arguments of type AuthorizationData Modifier and Type Method Description void
GetAuthorizationTokenResult. setAuthorizationData(Collection<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.
-