@Generated(value="software.amazon.awssdk:codegen") public interface ProtonAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProtonAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeleted(GetComponentRequest getComponentRequest)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeleted is met, or
until it is determined that the resource will never enter into the desired stategetComponentRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeleted(Consumer<GetComponentRequest.Builder> getComponentRequest)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetComponentRequest.builder()
getComponentRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeleted(GetComponentRequest getComponentRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeleted is met, or
until it is determined that the resource will never enter into the desired stategetComponentRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeleted(Consumer<GetComponentRequest.Builder> getComponentRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getComponentRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeployed(GetComponentRequest getComponentRequest)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeployed is met, or
until it is determined that the resource will never enter into the desired stategetComponentRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeployed(Consumer<GetComponentRequest.Builder> getComponentRequest)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeployed is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetComponentRequest.builder()
getComponentRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeployed(GetComponentRequest getComponentRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeployed is met, or
until it is determined that the resource will never enter into the desired stategetComponentRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetComponentResponse>> waitUntilComponentDeployed(Consumer<GetComponentRequest.Builder> getComponentRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getComponent(software.amazon.awssdk.services.proton.model.GetComponentRequest) API until the desired condition ComponentDeployed is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getComponentRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetEnvironmentResponse>> waitUntilEnvironmentDeployed(GetEnvironmentRequest getEnvironmentRequest)
ProtonAsyncClient.getEnvironment(software.amazon.awssdk.services.proton.model.GetEnvironmentRequest) API until the desired condition EnvironmentDeployed is
met, or until it is determined that the resource will never enter into the desired stategetEnvironmentRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetEnvironmentResponse>> waitUntilEnvironmentDeployed(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)
ProtonAsyncClient.getEnvironment(software.amazon.awssdk.services.proton.model.GetEnvironmentRequest) API until the desired condition EnvironmentDeployed is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetEnvironmentRequest.builder()
getEnvironmentRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetEnvironmentResponse>> waitUntilEnvironmentDeployed(GetEnvironmentRequest getEnvironmentRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getEnvironment(software.amazon.awssdk.services.proton.model.GetEnvironmentRequest) API until the desired condition EnvironmentDeployed is
met, or until it is determined that the resource will never enter into the desired stategetEnvironmentRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetEnvironmentResponse>> waitUntilEnvironmentDeployed(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getEnvironment(software.amazon.awssdk.services.proton.model.GetEnvironmentRequest) API until the desired condition EnvironmentDeployed is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getEnvironmentRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetEnvironmentTemplateVersionResponse>> waitUntilEnvironmentTemplateVersionRegistered(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest)
ProtonAsyncClient.getEnvironmentTemplateVersion(software.amazon.awssdk.services.proton.model.GetEnvironmentTemplateVersionRequest) API until the desired condition
EnvironmentTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired stategetEnvironmentTemplateVersionRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetEnvironmentTemplateVersionResponse>> waitUntilEnvironmentTemplateVersionRegistered(Consumer<GetEnvironmentTemplateVersionRequest.Builder> getEnvironmentTemplateVersionRequest)
ProtonAsyncClient.getEnvironmentTemplateVersion(software.amazon.awssdk.services.proton.model.GetEnvironmentTemplateVersionRequest) API until the desired condition
EnvironmentTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetEnvironmentTemplateVersionRequest.builder()
getEnvironmentTemplateVersionRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetEnvironmentTemplateVersionResponse>> waitUntilEnvironmentTemplateVersionRegistered(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getEnvironmentTemplateVersion(software.amazon.awssdk.services.proton.model.GetEnvironmentTemplateVersionRequest) API until the desired condition
EnvironmentTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired stategetEnvironmentTemplateVersionRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetEnvironmentTemplateVersionResponse>> waitUntilEnvironmentTemplateVersionRegistered(Consumer<GetEnvironmentTemplateVersionRequest.Builder> getEnvironmentTemplateVersionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getEnvironmentTemplateVersion(software.amazon.awssdk.services.proton.model.GetEnvironmentTemplateVersionRequest) API until the desired condition
EnvironmentTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getEnvironmentTemplateVersionRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceCreated(GetServiceRequest getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceCreated is met, or
until it is determined that the resource will never enter into the desired stategetServiceRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceCreated(Consumer<GetServiceRequest.Builder> getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceCreated is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetServiceRequest.builder()
getServiceRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceCreated(GetServiceRequest getServiceRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceCreated is met, or
until it is determined that the resource will never enter into the desired stategetServiceRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceCreated(Consumer<GetServiceRequest.Builder> getServiceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceCreated is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getServiceRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceDeleted(GetServiceRequest getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceDeleted is met, or
until it is determined that the resource will never enter into the desired stategetServiceRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceDeleted(Consumer<GetServiceRequest.Builder> getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetServiceRequest.builder()
getServiceRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceDeleted(GetServiceRequest getServiceRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceDeleted is met, or
until it is determined that the resource will never enter into the desired stategetServiceRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceDeleted(Consumer<GetServiceRequest.Builder> getServiceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceDeleted is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getServiceRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceInstanceResponse>> waitUntilServiceInstanceDeployed(GetServiceInstanceRequest getServiceInstanceRequest)
ProtonAsyncClient.getServiceInstance(software.amazon.awssdk.services.proton.model.GetServiceInstanceRequest) API until the desired condition
ServiceInstanceDeployed is met, or until it is determined that the resource will never enter into the
desired stategetServiceInstanceRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceInstanceResponse>> waitUntilServiceInstanceDeployed(Consumer<GetServiceInstanceRequest.Builder> getServiceInstanceRequest)
ProtonAsyncClient.getServiceInstance(software.amazon.awssdk.services.proton.model.GetServiceInstanceRequest) API until the desired condition
ServiceInstanceDeployed is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetServiceInstanceRequest.builder()
getServiceInstanceRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceInstanceResponse>> waitUntilServiceInstanceDeployed(GetServiceInstanceRequest getServiceInstanceRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getServiceInstance(software.amazon.awssdk.services.proton.model.GetServiceInstanceRequest) API until the desired condition
ServiceInstanceDeployed is met, or until it is determined that the resource will never enter into the
desired stategetServiceInstanceRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceInstanceResponse>> waitUntilServiceInstanceDeployed(Consumer<GetServiceInstanceRequest.Builder> getServiceInstanceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getServiceInstance(software.amazon.awssdk.services.proton.model.GetServiceInstanceRequest) API until the desired condition
ServiceInstanceDeployed is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getServiceInstanceRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServicePipelineDeployed(GetServiceRequest getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServicePipelineDeployed is
met, or until it is determined that the resource will never enter into the desired stategetServiceRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServicePipelineDeployed(Consumer<GetServiceRequest.Builder> getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServicePipelineDeployed is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetServiceRequest.builder()
getServiceRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServicePipelineDeployed(GetServiceRequest getServiceRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServicePipelineDeployed is
met, or until it is determined that the resource will never enter into the desired stategetServiceRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServicePipelineDeployed(Consumer<GetServiceRequest.Builder> getServiceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServicePipelineDeployed is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getServiceRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceTemplateVersionResponse>> waitUntilServiceTemplateVersionRegistered(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest)
ProtonAsyncClient.getServiceTemplateVersion(software.amazon.awssdk.services.proton.model.GetServiceTemplateVersionRequest) API until the desired condition
ServiceTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired stategetServiceTemplateVersionRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceTemplateVersionResponse>> waitUntilServiceTemplateVersionRegistered(Consumer<GetServiceTemplateVersionRequest.Builder> getServiceTemplateVersionRequest)
ProtonAsyncClient.getServiceTemplateVersion(software.amazon.awssdk.services.proton.model.GetServiceTemplateVersionRequest) API until the desired condition
ServiceTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetServiceTemplateVersionRequest.builder()
getServiceTemplateVersionRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceTemplateVersionResponse>> waitUntilServiceTemplateVersionRegistered(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getServiceTemplateVersion(software.amazon.awssdk.services.proton.model.GetServiceTemplateVersionRequest) API until the desired condition
ServiceTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired stategetServiceTemplateVersionRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceTemplateVersionResponse>> waitUntilServiceTemplateVersionRegistered(Consumer<GetServiceTemplateVersionRequest.Builder> getServiceTemplateVersionRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getServiceTemplateVersion(software.amazon.awssdk.services.proton.model.GetServiceTemplateVersionRequest) API until the desired condition
ServiceTemplateVersionRegistered is met, or until it is determined that the resource will never enter
into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getServiceTemplateVersionRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceUpdated(GetServiceRequest getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceUpdated is met, or
until it is determined that the resource will never enter into the desired stategetServiceRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceUpdated(Consumer<GetServiceRequest.Builder> getServiceRequest)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceUpdated is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using GetServiceRequest.builder()
getServiceRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceUpdated(GetServiceRequest getServiceRequest, WaiterOverrideConfiguration overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceUpdated is met, or
until it is determined that the resource will never enter into the desired stategetServiceRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<GetServiceResponse>> waitUntilServiceUpdated(Consumer<GetServiceRequest.Builder> getServiceRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ProtonAsyncClient.getService(software.amazon.awssdk.services.proton.model.GetServiceRequest) API until the desired condition ServiceUpdated is met, or
until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
getServiceRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic ProtonAsyncWaiter.Builder builder()
ProtonAsyncWaiter.static ProtonAsyncWaiter create()
ProtonAsyncWaiter with the default configuration.
A default ProtonAsyncClient will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
ProtonAsyncWaiterCopyright © 2023. All rights reserved.