| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr |
|
| software.amazon.awssdk.services.ecr.paginators | |
| software.amazon.awssdk.services.ecr.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetLifecyclePolicyPreviewResponse |
EcrClient.getLifecyclePolicyPreview(Consumer<GetLifecyclePolicyPreviewRequest.Builder> getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
default GetLifecyclePolicyPreviewResponse |
EcrClient.getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLifecyclePolicyPreviewResponse> |
EcrAsyncClient.getLifecyclePolicyPreview(Consumer<GetLifecyclePolicyPreviewRequest.Builder> getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
default CompletableFuture<GetLifecyclePolicyPreviewResponse> |
EcrAsyncClient.getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetLifecyclePolicyPreviewResponse> |
GetLifecyclePolicyPreviewIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLifecyclePolicyPreviewPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLifecyclePolicyPreviewResponse> subscriber) |
Copyright © 2021. All rights reserved.