Package | Description |
---|---|
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AuthorizationData> |
GetAuthorizationTokenResult.authorizationData
A list of authorization token data objects that correspond to the
registryIds values in the request. |
Modifier and Type | Method and Description |
---|---|
AuthorizationData |
AuthorizationData.clone() |
AuthorizationData |
AuthorizationData.withAuthorizationToken(java.lang.String authorizationToken)
A base64-encoded string that contains authorization data for the
specified Amazon ECR registry.
|
AuthorizationData |
AuthorizationData.withExpiresAt(java.util.Date expiresAt)
The Unix time in seconds and milliseconds when the authorization token
expires.
|
AuthorizationData |
AuthorizationData.withProxyEndpoint(java.lang.String proxyEndpoint)
The registry URL to use for this authorization token in a
docker login command. |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
GetAuthorizationTokenResult |
GetAuthorizationTokenResult.withAuthorizationData(java.util.Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
Modifier and Type | Method and Description |
---|---|
AuthorizationData |
AuthorizationDataJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationDataJsonMarshaller.marshall(AuthorizationData authorizationData,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|