| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr |
|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
default GetAuthorizationTokenResponse |
EcrClient.getAuthorizationToken(Consumer<GetAuthorizationTokenRequest.Builder> getAuthorizationTokenRequest)
Retrieves an authorization token.
|
default CompletableFuture<GetAuthorizationTokenResponse> |
EcrAsyncClient.getAuthorizationToken(Consumer<GetAuthorizationTokenRequest.Builder> getAuthorizationTokenRequest)
Retrieves an authorization token.
|
| Modifier and Type | Method and Description |
|---|---|
static GetAuthorizationTokenRequest.Builder |
GetAuthorizationTokenRequest.builder() |
GetAuthorizationTokenRequest.Builder |
GetAuthorizationTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAuthorizationTokenRequest.Builder |
GetAuthorizationTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAuthorizationTokenRequest.Builder |
GetAuthorizationTokenRequest.Builder.registryIds(Collection<String> registryIds)
Deprecated.
This field is deprecated. The returned authorization token can be used to access any Amazon ECR
registry that the IAM principal has access to, specifying a registry ID doesn't change the
permissions scope of the authorization token.
|
GetAuthorizationTokenRequest.Builder |
GetAuthorizationTokenRequest.Builder.registryIds(String... registryIds)
Deprecated.
This field is deprecated. The returned authorization token can be used to access any Amazon ECR
registry that the IAM principal has access to, specifying a registry ID doesn't change the
permissions scope of the authorization token.
|
GetAuthorizationTokenRequest.Builder |
GetAuthorizationTokenRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAuthorizationTokenRequest.Builder> |
GetAuthorizationTokenRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.