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 AuthorizationDataAuthorizationData. clone()AuthorizationDataAuthorizationData. withAuthorizationToken(String authorizationToken)A base64-encoded string that contains authorization data for the specified Amazon ECR registry.AuthorizationDataAuthorizationData. withExpiresAt(Date expiresAt)The Unix time in seconds and milliseconds when the authorization token expires.AuthorizationDataAuthorizationData. withProxyEndpoint(String proxyEndpoint)The registry URL to use for this authorization token in adocker logincommand.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 theregistryIdsvalues in the request.Methods in com.amazonaws.services.ecr.model with parameters of type AuthorizationData Modifier and Type Method Description GetAuthorizationTokenResultGetAuthorizationTokenResult. withAuthorizationData(AuthorizationData... authorizationData)A list of authorization token data objects that correspond to theregistryIdsvalues in the request.Method parameters in com.amazonaws.services.ecr.model with type arguments of type AuthorizationData Modifier and Type Method Description voidGetAuthorizationTokenResult. setAuthorizationData(Collection<AuthorizationData> authorizationData)A list of authorization token data objects that correspond to theregistryIdsvalues in the request.GetAuthorizationTokenResultGetAuthorizationTokenResult. withAuthorizationData(Collection<AuthorizationData> authorizationData)A list of authorization token data objects that correspond to theregistryIdsvalues in the request.
-