Package | Description |
---|---|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and 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 a
docker login command. |
Modifier and Type | Method and Description |
---|---|
List<AuthorizationData> |
GetAuthorizationTokenResult.getAuthorizationData()
A list of authorization token data objects that correspond to the
registryIds values in the request. |
Modifier and Type | Method and Description |
---|---|
GetAuthorizationTokenResult |
GetAuthorizationTokenResult.withAuthorizationData(AuthorizationData... authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
Modifier and Type | Method and Description |
---|---|
void |
GetAuthorizationTokenResult.setAuthorizationData(Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
GetAuthorizationTokenResult |
GetAuthorizationTokenResult.withAuthorizationData(Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
Copyright © 2018. All rights reserved.