Uses of Class
com.amazonaws.services.ecr.model.AuthorizationData
Packages that use AuthorizationData
-
Uses of AuthorizationData in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return AuthorizationDataModifier and TypeMethodDescriptionAuthorizationData.clone()AuthorizationData.withAuthorizationToken(String authorizationToken) A base64-encoded string that contains authorization data for the specified Amazon ECR registry.AuthorizationData.withExpiresAt(Date expiresAt) The Unix time in seconds and milliseconds when the authorization token expires.AuthorizationData.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 AuthorizationDataModifier and TypeMethodDescriptionGetAuthorizationTokenResult.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 AuthorizationDataModifier and TypeMethodDescriptionGetAuthorizationTokenResult.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 AuthorizationDataModifier and TypeMethodDescriptionvoidGetAuthorizationTokenResult.setAuthorizationData(Collection<AuthorizationData> authorizationData) A list of authorization token data objects that correspond to theregistryIdsvalues in the request.GetAuthorizationTokenResult.withAuthorizationData(Collection<AuthorizationData> authorizationData) A list of authorization token data objects that correspond to theregistryIdsvalues in the request.