@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AppRunnerAsyncClient extends SdkClient
builder()
method.
App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to provision and configure Amazon Web Services resources.
App Runner connects directly to your container registry or source code repository. It provides an automatic delivery pipeline with fully managed operations, high performance, scalability, and security.
For more information about App Runner, see the App Runner Developer Guide. For release information, see the App Runner Release Notes.
To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that you can use to access the API, see Tools for Amazon Web Services.
Endpoints
For a list of Region-specific endpoints that App Runner supports, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateCustomDomainResponse> |
associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
|
default CompletableFuture<AssociateCustomDomainResponse> |
associateCustomDomain(Consumer<AssociateCustomDomainRequest.Builder> associateCustomDomainRequest)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
|
static AppRunnerAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
AppRunnerAsyncClient. |
static AppRunnerAsyncClient |
create()
Create a
AppRunnerAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateAutoScalingConfigurationResponse> |
createAutoScalingConfiguration(Consumer<CreateAutoScalingConfigurationRequest.Builder> createAutoScalingConfigurationRequest)
Create an App Runner automatic scaling configuration resource.
|
default CompletableFuture<CreateAutoScalingConfigurationResponse> |
createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest)
Create an App Runner automatic scaling configuration resource.
|
default CompletableFuture<CreateConnectionResponse> |
createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Create an App Runner connection resource.
|
default CompletableFuture<CreateConnectionResponse> |
createConnection(CreateConnectionRequest createConnectionRequest)
Create an App Runner connection resource.
|
default CompletableFuture<CreateObservabilityConfigurationResponse> |
createObservabilityConfiguration(Consumer<CreateObservabilityConfigurationRequest.Builder> createObservabilityConfigurationRequest)
Create an App Runner observability configuration resource.
|
default CompletableFuture<CreateObservabilityConfigurationResponse> |
createObservabilityConfiguration(CreateObservabilityConfigurationRequest createObservabilityConfigurationRequest)
Create an App Runner observability configuration resource.
|
default CompletableFuture<CreateServiceResponse> |
createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Create an App Runner service.
|
default CompletableFuture<CreateServiceResponse> |
createService(CreateServiceRequest createServiceRequest)
Create an App Runner service.
|
default CompletableFuture<CreateVpcConnectorResponse> |
createVpcConnector(Consumer<CreateVpcConnectorRequest.Builder> createVpcConnectorRequest)
Create an App Runner VPC connector resource.
|
default CompletableFuture<CreateVpcConnectorResponse> |
createVpcConnector(CreateVpcConnectorRequest createVpcConnectorRequest)
Create an App Runner VPC connector resource.
|
default CompletableFuture<CreateVpcIngressConnectionResponse> |
createVpcIngressConnection(Consumer<CreateVpcIngressConnectionRequest.Builder> createVpcIngressConnectionRequest)
Create an App Runner VPC Ingress Connection resource.
|
default CompletableFuture<CreateVpcIngressConnectionResponse> |
createVpcIngressConnection(CreateVpcIngressConnectionRequest createVpcIngressConnectionRequest)
Create an App Runner VPC Ingress Connection resource.
|
default CompletableFuture<DeleteAutoScalingConfigurationResponse> |
deleteAutoScalingConfiguration(Consumer<DeleteAutoScalingConfigurationRequest.Builder> deleteAutoScalingConfigurationRequest)
Delete an App Runner automatic scaling configuration resource.
|
default CompletableFuture<DeleteAutoScalingConfigurationResponse> |
deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest deleteAutoScalingConfigurationRequest)
Delete an App Runner automatic scaling configuration resource.
|
default CompletableFuture<DeleteConnectionResponse> |
deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)
Delete an App Runner connection.
|
default CompletableFuture<DeleteConnectionResponse> |
deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Delete an App Runner connection.
|
default CompletableFuture<DeleteObservabilityConfigurationResponse> |
deleteObservabilityConfiguration(Consumer<DeleteObservabilityConfigurationRequest.Builder> deleteObservabilityConfigurationRequest)
Delete an App Runner observability configuration resource.
|
default CompletableFuture<DeleteObservabilityConfigurationResponse> |
deleteObservabilityConfiguration(DeleteObservabilityConfigurationRequest deleteObservabilityConfigurationRequest)
Delete an App Runner observability configuration resource.
|
default CompletableFuture<DeleteServiceResponse> |
deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Delete an App Runner service.
|
default CompletableFuture<DeleteServiceResponse> |
deleteService(DeleteServiceRequest deleteServiceRequest)
Delete an App Runner service.
|
default CompletableFuture<DeleteVpcConnectorResponse> |
deleteVpcConnector(Consumer<DeleteVpcConnectorRequest.Builder> deleteVpcConnectorRequest)
Delete an App Runner VPC connector resource.
|
default CompletableFuture<DeleteVpcConnectorResponse> |
deleteVpcConnector(DeleteVpcConnectorRequest deleteVpcConnectorRequest)
Delete an App Runner VPC connector resource.
|
default CompletableFuture<DeleteVpcIngressConnectionResponse> |
deleteVpcIngressConnection(Consumer<DeleteVpcIngressConnectionRequest.Builder> deleteVpcIngressConnectionRequest)
Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service.
|
default CompletableFuture<DeleteVpcIngressConnectionResponse> |
deleteVpcIngressConnection(DeleteVpcIngressConnectionRequest deleteVpcIngressConnectionRequest)
Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service.
|
default CompletableFuture<DescribeAutoScalingConfigurationResponse> |
describeAutoScalingConfiguration(Consumer<DescribeAutoScalingConfigurationRequest.Builder> describeAutoScalingConfigurationRequest)
Return a full description of an App Runner automatic scaling configuration resource.
|
default CompletableFuture<DescribeAutoScalingConfigurationResponse> |
describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest describeAutoScalingConfigurationRequest)
Return a full description of an App Runner automatic scaling configuration resource.
|
default CompletableFuture<DescribeCustomDomainsResponse> |
describeCustomDomains(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default CompletableFuture<DescribeCustomDomainsResponse> |
describeCustomDomains(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default DescribeCustomDomainsPublisher |
describeCustomDomainsPaginator(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default DescribeCustomDomainsPublisher |
describeCustomDomainsPaginator(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default CompletableFuture<DescribeObservabilityConfigurationResponse> |
describeObservabilityConfiguration(Consumer<DescribeObservabilityConfigurationRequest.Builder> describeObservabilityConfigurationRequest)
Return a full description of an App Runner observability configuration resource.
|
default CompletableFuture<DescribeObservabilityConfigurationResponse> |
describeObservabilityConfiguration(DescribeObservabilityConfigurationRequest describeObservabilityConfigurationRequest)
Return a full description of an App Runner observability configuration resource.
|
default CompletableFuture<DescribeServiceResponse> |
describeService(Consumer<DescribeServiceRequest.Builder> describeServiceRequest)
Return a full description of an App Runner service.
|
default CompletableFuture<DescribeServiceResponse> |
describeService(DescribeServiceRequest describeServiceRequest)
Return a full description of an App Runner service.
|
default CompletableFuture<DescribeVpcConnectorResponse> |
describeVpcConnector(Consumer<DescribeVpcConnectorRequest.Builder> describeVpcConnectorRequest)
Return a description of an App Runner VPC connector resource.
|
default CompletableFuture<DescribeVpcConnectorResponse> |
describeVpcConnector(DescribeVpcConnectorRequest describeVpcConnectorRequest)
Return a description of an App Runner VPC connector resource.
|
default CompletableFuture<DescribeVpcIngressConnectionResponse> |
describeVpcIngressConnection(Consumer<DescribeVpcIngressConnectionRequest.Builder> describeVpcIngressConnectionRequest)
Return a full description of an App Runner VPC Ingress Connection resource.
|
default CompletableFuture<DescribeVpcIngressConnectionResponse> |
describeVpcIngressConnection(DescribeVpcIngressConnectionRequest describeVpcIngressConnectionRequest)
Return a full description of an App Runner VPC Ingress Connection resource.
|
default CompletableFuture<DisassociateCustomDomainResponse> |
disassociateCustomDomain(Consumer<DisassociateCustomDomainRequest.Builder> disassociateCustomDomainRequest)
Disassociate a custom domain name from an App Runner service.
|
default CompletableFuture<DisassociateCustomDomainResponse> |
disassociateCustomDomain(DisassociateCustomDomainRequest disassociateCustomDomainRequest)
Disassociate a custom domain name from an App Runner service.
|
default CompletableFuture<ListAutoScalingConfigurationsResponse> |
listAutoScalingConfigurations(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account.
|
default CompletableFuture<ListAutoScalingConfigurationsResponse> |
listAutoScalingConfigurations(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account.
|
default ListAutoScalingConfigurationsPublisher |
listAutoScalingConfigurationsPaginator(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account.
|
default ListAutoScalingConfigurationsPublisher |
listAutoScalingConfigurationsPaginator(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account.
|
default CompletableFuture<ListConnectionsResponse> |
listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default CompletableFuture<ListConnectionsResponse> |
listConnections(ListConnectionsRequest listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default ListConnectionsPublisher |
listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default ListConnectionsPublisher |
listConnectionsPaginator(ListConnectionsRequest listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default CompletableFuture<ListObservabilityConfigurationsResponse> |
listObservabilityConfigurations(Consumer<ListObservabilityConfigurationsRequest.Builder> listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account.
|
default CompletableFuture<ListObservabilityConfigurationsResponse> |
listObservabilityConfigurations(ListObservabilityConfigurationsRequest listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account.
|
default ListObservabilityConfigurationsPublisher |
listObservabilityConfigurationsPaginator(Consumer<ListObservabilityConfigurationsRequest.Builder> listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account.
|
default ListObservabilityConfigurationsPublisher |
listObservabilityConfigurationsPaginator(ListObservabilityConfigurationsRequest listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account.
|
default CompletableFuture<ListOperationsResponse> |
listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default CompletableFuture<ListOperationsResponse> |
listOperations(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default ListOperationsPublisher |
listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default ListOperationsPublisher |
listOperationsPaginator(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default CompletableFuture<ListServicesResponse> |
listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default CompletableFuture<ListServicesResponse> |
listServices(ListServicesRequest listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default ListServicesPublisher |
listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default ListServicesPublisher |
listServicesPaginator(ListServicesRequest listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags that are associated with for an App Runner resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags that are associated with for an App Runner resource.
|
default CompletableFuture<ListVpcConnectorsResponse> |
listVpcConnectors(Consumer<ListVpcConnectorsRequest.Builder> listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
|
default CompletableFuture<ListVpcConnectorsResponse> |
listVpcConnectors(ListVpcConnectorsRequest listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
|
default ListVpcConnectorsPublisher |
listVpcConnectorsPaginator(Consumer<ListVpcConnectorsRequest.Builder> listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
|
default ListVpcConnectorsPublisher |
listVpcConnectorsPaginator(ListVpcConnectorsRequest listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
|
default CompletableFuture<ListVpcIngressConnectionsResponse> |
listVpcIngressConnections(Consumer<ListVpcIngressConnectionsRequest.Builder> listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
|
default CompletableFuture<ListVpcIngressConnectionsResponse> |
listVpcIngressConnections(ListVpcIngressConnectionsRequest listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
|
default ListVpcIngressConnectionsPublisher |
listVpcIngressConnectionsPaginator(Consumer<ListVpcIngressConnectionsRequest.Builder> listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
|
default ListVpcIngressConnectionsPublisher |
listVpcIngressConnectionsPaginator(ListVpcIngressConnectionsRequest listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
|
default CompletableFuture<PauseServiceResponse> |
pauseService(Consumer<PauseServiceRequest.Builder> pauseServiceRequest)
Pause an active App Runner service.
|
default CompletableFuture<PauseServiceResponse> |
pauseService(PauseServiceRequest pauseServiceRequest)
Pause an active App Runner service.
|
default CompletableFuture<ResumeServiceResponse> |
resumeService(Consumer<ResumeServiceRequest.Builder> resumeServiceRequest)
Resume an active App Runner service.
|
default CompletableFuture<ResumeServiceResponse> |
resumeService(ResumeServiceRequest resumeServiceRequest)
Resume an active App Runner service.
|
default CompletableFuture<StartDeploymentResponse> |
startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an App Runner service.
|
default CompletableFuture<StartDeploymentResponse> |
startDeployment(StartDeploymentRequest startDeploymentRequest)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an App Runner service.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add tags to, or update the tag values of, an App Runner resource.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Add tags to, or update the tag values of, an App Runner resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove tags from an App Runner resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Remove tags from an App Runner resource.
|
default CompletableFuture<UpdateServiceResponse> |
updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Update an App Runner service.
|
default CompletableFuture<UpdateServiceResponse> |
updateService(UpdateServiceRequest updateServiceRequest)
Update an App Runner service.
|
default CompletableFuture<UpdateVpcIngressConnectionResponse> |
updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)
Update an existing App Runner VPC Ingress Connection resource.
|
default CompletableFuture<UpdateVpcIngressConnectionResponse> |
updateVpcIngressConnection(UpdateVpcIngressConnectionRequest updateVpcIngressConnectionRequest)
Update an existing App Runner VPC Ingress Connection resource.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CompletableFuture<AssociateCustomDomainResponse> associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
After you call AssociateCustomDomain and receive a successful response, use the information in the
CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped
domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App
Runner then performs DNS validation to verify that you own or control the domain name that you associated. App
Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).
associateCustomDomainRequest - default CompletableFuture<AssociateCustomDomainResponse> associateCustomDomain(Consumer<AssociateCustomDomainRequest.Builder> associateCustomDomainRequest)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
After you call AssociateCustomDomain and receive a successful response, use the information in the
CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped
domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App
Runner then performs DNS validation to verify that you own or control the domain name that you associated. App
Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).
This is a convenience which creates an instance of the AssociateCustomDomainRequest.Builder avoiding the
need to create one manually via AssociateCustomDomainRequest.builder()
associateCustomDomainRequest - A Consumer that will call methods on AssociateCustomDomainRequest.Builder to create a
request.default CompletableFuture<CreateAutoScalingConfigurationResponse> createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest)
Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create multiple revisions of a configuration by calling this action multiple times using the same
AutoScalingConfigurationName. The call returns incremental
AutoScalingConfigurationRevision values. When you create a service and configure an auto scaling
configuration resource, the service uses the latest active revision of the auto scaling configuration by default.
You can optionally configure the service to use a specific revision.
Configure a higher MinSize to increase the spread of your App Runner service over more Availability
Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost.
Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak
demand.
createAutoScalingConfigurationRequest - For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateAutoScalingConfigurationResponse> createAutoScalingConfiguration(Consumer<CreateAutoScalingConfigurationRequest.Builder> createAutoScalingConfigurationRequest)
Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create multiple revisions of a configuration by calling this action multiple times using the same
AutoScalingConfigurationName. The call returns incremental
AutoScalingConfigurationRevision values. When you create a service and configure an auto scaling
configuration resource, the service uses the latest active revision of the auto scaling configuration by default.
You can optionally configure the service to use a specific revision.
Configure a higher MinSize to increase the spread of your App Runner service over more Availability
Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost.
Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak
demand.
This is a convenience which creates an instance of the CreateAutoScalingConfigurationRequest.Builder
avoiding the need to create one manually via CreateAutoScalingConfigurationRequest.builder()
createAutoScalingConfigurationRequest - A Consumer that will call methods on CreateAutoScalingConfigurationRequest.Builder to
create a request.For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateConnectionResponse> createConnection(CreateConnectionRequest createConnectionRequest)
Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.
A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
createConnectionRequest - For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateConnectionResponse> createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.
A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
This is a convenience which creates an instance of the CreateConnectionRequest.Builder avoiding the need
to create one manually via CreateConnectionRequest.builder()
createConnectionRequest - A Consumer that will call methods on CreateConnectionRequest.Builder to create a request.For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateObservabilityConfigurationResponse> createObservabilityConfiguration(CreateObservabilityConfigurationRequest createObservabilityConfigurationRequest)
Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services.
Create multiple revisions of a configuration by calling this action multiple times using the same
ObservabilityConfigurationName. The call returns incremental
ObservabilityConfigurationRevision values. When you create a service and configure an observability
configuration resource, the service uses the latest active revision of the observability configuration by
default. You can optionally configure the service to use a specific revision.
The observability configuration resource is designed to configure multiple features (currently one feature,
tracing). This action takes optional parameters that describe the configuration of these features (currently one
parameter, TraceConfiguration). If you don't specify a feature parameter, App Runner doesn't enable
the feature.
createObservabilityConfigurationRequest - For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateObservabilityConfigurationResponse> createObservabilityConfiguration(Consumer<CreateObservabilityConfigurationRequest.Builder> createObservabilityConfigurationRequest)
Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services.
Create multiple revisions of a configuration by calling this action multiple times using the same
ObservabilityConfigurationName. The call returns incremental
ObservabilityConfigurationRevision values. When you create a service and configure an observability
configuration resource, the service uses the latest active revision of the observability configuration by
default. You can optionally configure the service to use a specific revision.
The observability configuration resource is designed to configure multiple features (currently one feature,
tracing). This action takes optional parameters that describe the configuration of these features (currently one
parameter, TraceConfiguration). If you don't specify a feature parameter, App Runner doesn't enable
the feature.
This is a convenience which creates an instance of the CreateObservabilityConfigurationRequest.Builder
avoiding the need to create one manually via CreateObservabilityConfigurationRequest.builder()
createObservabilityConfigurationRequest - A Consumer that will call methods on CreateObservabilityConfigurationRequest.Builder to
create a request.For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateServiceResponse> createService(CreateServiceRequest createServiceRequest)
Create an App Runner service. After the service is created, the action also automatically starts a deployment.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to
track the operation's progress.
createServiceRequest - For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateServiceResponse> createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Create an App Runner service. After the service is created, the action also automatically starts a deployment.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to
track the operation's progress.
This is a convenience which creates an instance of the CreateServiceRequest.Builder avoiding the need to
create one manually via CreateServiceRequest.builder()
createServiceRequest - A Consumer that will call methods on CreateServiceRequest.Builder to create a request.For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateVpcConnectorResponse> createVpcConnector(CreateVpcConnectorRequest createVpcConnectorRequest)
Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).
createVpcConnectorRequest - For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateVpcConnectorResponse> createVpcConnector(Consumer<CreateVpcConnectorRequest.Builder> createVpcConnectorRequest)
Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).
This is a convenience which creates an instance of the CreateVpcConnectorRequest.Builder avoiding the
need to create one manually via CreateVpcConnectorRequest.builder()
createVpcConnectorRequest - A Consumer that will call methods on CreateVpcConnectorRequest.Builder to create a
request.For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateVpcIngressConnectionResponse> createVpcIngressConnection(CreateVpcIngressConnectionRequest createVpcIngressConnectionRequest)
Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.
createVpcIngressConnectionRequest - For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<CreateVpcIngressConnectionResponse> createVpcIngressConnection(Consumer<CreateVpcIngressConnectionRequest.Builder> createVpcIngressConnectionRequest)
Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.
This is a convenience which creates an instance of the CreateVpcIngressConnectionRequest.Builder avoiding
the need to create one manually via CreateVpcIngressConnectionRequest.builder()
createVpcIngressConnectionRequest - A Consumer that will call methods on CreateVpcIngressConnectionRequest.Builder to create a
request.For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
default CompletableFuture<DeleteAutoScalingConfigurationResponse> deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest deleteAutoScalingConfigurationRequest)
Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
deleteAutoScalingConfigurationRequest - default CompletableFuture<DeleteAutoScalingConfigurationResponse> deleteAutoScalingConfiguration(Consumer<DeleteAutoScalingConfigurationRequest.Builder> deleteAutoScalingConfigurationRequest)
Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
This is a convenience which creates an instance of the DeleteAutoScalingConfigurationRequest.Builder
avoiding the need to create one manually via DeleteAutoScalingConfigurationRequest.builder()
deleteAutoScalingConfigurationRequest - A Consumer that will call methods on DeleteAutoScalingConfigurationRequest.Builder to
create a request.default CompletableFuture<DeleteConnectionResponse> deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Delete an App Runner connection. You must first ensure that there are no running App Runner services that use
this connection. If there are any, the DeleteConnection action fails.
deleteConnectionRequest - default CompletableFuture<DeleteConnectionResponse> deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)
Delete an App Runner connection. You must first ensure that there are no running App Runner services that use
this connection. If there are any, the DeleteConnection action fails.
This is a convenience which creates an instance of the DeleteConnectionRequest.Builder avoiding the need
to create one manually via DeleteConnectionRequest.builder()
deleteConnectionRequest - A Consumer that will call methods on DeleteConnectionRequest.Builder to create a request.default CompletableFuture<DeleteObservabilityConfigurationResponse> deleteObservabilityConfiguration(DeleteObservabilityConfigurationRequest deleteObservabilityConfigurationRequest)
Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
deleteObservabilityConfigurationRequest - default CompletableFuture<DeleteObservabilityConfigurationResponse> deleteObservabilityConfiguration(Consumer<DeleteObservabilityConfigurationRequest.Builder> deleteObservabilityConfigurationRequest)
Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
This is a convenience which creates an instance of the DeleteObservabilityConfigurationRequest.Builder
avoiding the need to create one manually via DeleteObservabilityConfigurationRequest.builder()
deleteObservabilityConfigurationRequest - A Consumer that will call methods on DeleteObservabilityConfigurationRequest.Builder to
create a request.default CompletableFuture<DeleteServiceResponse> deleteService(DeleteServiceRequest deleteServiceRequest)
Delete an App Runner service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
Make sure that you don't have any active VPCIngressConnections associated with the service you want to delete.
deleteServiceRequest - default CompletableFuture<DeleteServiceResponse> deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Delete an App Runner service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
Make sure that you don't have any active VPCIngressConnections associated with the service you want to delete.
This is a convenience which creates an instance of the DeleteServiceRequest.Builder avoiding the need to
create one manually via DeleteServiceRequest.builder()
deleteServiceRequest - A Consumer that will call methods on DeleteServiceRequest.Builder to create a request.default CompletableFuture<DeleteVpcConnectorResponse> deleteVpcConnector(DeleteVpcConnectorRequest deleteVpcConnectorRequest)
Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.
deleteVpcConnectorRequest - default CompletableFuture<DeleteVpcConnectorResponse> deleteVpcConnector(Consumer<DeleteVpcConnectorRequest.Builder> deleteVpcConnectorRequest)
Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.
This is a convenience which creates an instance of the DeleteVpcConnectorRequest.Builder avoiding the
need to create one manually via DeleteVpcConnectorRequest.builder()
deleteVpcConnectorRequest - A Consumer that will call methods on DeleteVpcConnectorRequest.Builder to create a
request.default CompletableFuture<DeleteVpcIngressConnectionResponse> deleteVpcIngressConnection(DeleteVpcIngressConnectionRequest deleteVpcIngressConnectionRequest)
Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
AVAILABLE
FAILED_CREATION
FAILED_UPDATE
FAILED_DELETION
deleteVpcIngressConnectionRequest - default CompletableFuture<DeleteVpcIngressConnectionResponse> deleteVpcIngressConnection(Consumer<DeleteVpcIngressConnectionRequest.Builder> deleteVpcIngressConnectionRequest)
Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
AVAILABLE
FAILED_CREATION
FAILED_UPDATE
FAILED_DELETION
This is a convenience which creates an instance of the DeleteVpcIngressConnectionRequest.Builder avoiding
the need to create one manually via DeleteVpcIngressConnectionRequest.builder()
deleteVpcIngressConnectionRequest - A Consumer that will call methods on DeleteVpcIngressConnectionRequest.Builder to create a
request.default CompletableFuture<DescribeAutoScalingConfigurationResponse> describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest describeAutoScalingConfigurationRequest)
Return a full description of an App Runner automatic scaling configuration resource.
describeAutoScalingConfigurationRequest - default CompletableFuture<DescribeAutoScalingConfigurationResponse> describeAutoScalingConfiguration(Consumer<DescribeAutoScalingConfigurationRequest.Builder> describeAutoScalingConfigurationRequest)
Return a full description of an App Runner automatic scaling configuration resource.
This is a convenience which creates an instance of the DescribeAutoScalingConfigurationRequest.Builder
avoiding the need to create one manually via DescribeAutoScalingConfigurationRequest.builder()
describeAutoScalingConfigurationRequest - A Consumer that will call methods on DescribeAutoScalingConfigurationRequest.Builder to
create a request.default CompletableFuture<DescribeCustomDomainsResponse> describeCustomDomains(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
describeCustomDomainsRequest - default CompletableFuture<DescribeCustomDomainsResponse> describeCustomDomains(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
This is a convenience which creates an instance of the DescribeCustomDomainsRequest.Builder avoiding the
need to create one manually via DescribeCustomDomainsRequest.builder()
describeCustomDomainsRequest - A Consumer that will call methods on DescribeCustomDomainsRequest.Builder to create a
request.default DescribeCustomDomainsPublisher describeCustomDomainsPaginator(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
This is a variant of
describeCustomDomains(software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsPublisher publisher = client.describeCustomDomainsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsPublisher publisher = client.describeCustomDomainsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeCustomDomains(software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsRequest)
operation.
describeCustomDomainsRequest - default DescribeCustomDomainsPublisher describeCustomDomainsPaginator(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
This is a variant of
describeCustomDomains(software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsPublisher publisher = client.describeCustomDomainsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsPublisher publisher = client.describeCustomDomainsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeCustomDomains(software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsRequest)
operation.
This is a convenience which creates an instance of the DescribeCustomDomainsRequest.Builder avoiding the
need to create one manually via DescribeCustomDomainsRequest.builder()
describeCustomDomainsRequest - A Consumer that will call methods on DescribeCustomDomainsRequest.Builder to create a
request.default CompletableFuture<DescribeObservabilityConfigurationResponse> describeObservabilityConfiguration(DescribeObservabilityConfigurationRequest describeObservabilityConfigurationRequest)
Return a full description of an App Runner observability configuration resource.
describeObservabilityConfigurationRequest - default CompletableFuture<DescribeObservabilityConfigurationResponse> describeObservabilityConfiguration(Consumer<DescribeObservabilityConfigurationRequest.Builder> describeObservabilityConfigurationRequest)
Return a full description of an App Runner observability configuration resource.
This is a convenience which creates an instance of the DescribeObservabilityConfigurationRequest.Builder
avoiding the need to create one manually via DescribeObservabilityConfigurationRequest.builder()
describeObservabilityConfigurationRequest - A Consumer that will call methods on DescribeObservabilityConfigurationRequest.Builder to
create a request.default CompletableFuture<DescribeServiceResponse> describeService(DescribeServiceRequest describeServiceRequest)
Return a full description of an App Runner service.
describeServiceRequest - default CompletableFuture<DescribeServiceResponse> describeService(Consumer<DescribeServiceRequest.Builder> describeServiceRequest)
Return a full description of an App Runner service.
This is a convenience which creates an instance of the DescribeServiceRequest.Builder avoiding the need
to create one manually via DescribeServiceRequest.builder()
describeServiceRequest - A Consumer that will call methods on DescribeServiceRequest.Builder to create a request.default CompletableFuture<DescribeVpcConnectorResponse> describeVpcConnector(DescribeVpcConnectorRequest describeVpcConnectorRequest)
Return a description of an App Runner VPC connector resource.
describeVpcConnectorRequest - default CompletableFuture<DescribeVpcConnectorResponse> describeVpcConnector(Consumer<DescribeVpcConnectorRequest.Builder> describeVpcConnectorRequest)
Return a description of an App Runner VPC connector resource.
This is a convenience which creates an instance of the DescribeVpcConnectorRequest.Builder avoiding the
need to create one manually via DescribeVpcConnectorRequest.builder()
describeVpcConnectorRequest - A Consumer that will call methods on DescribeVpcConnectorRequest.Builder to create a
request.default CompletableFuture<DescribeVpcIngressConnectionResponse> describeVpcIngressConnection(DescribeVpcIngressConnectionRequest describeVpcIngressConnectionRequest)
Return a full description of an App Runner VPC Ingress Connection resource.
describeVpcIngressConnectionRequest - default CompletableFuture<DescribeVpcIngressConnectionResponse> describeVpcIngressConnection(Consumer<DescribeVpcIngressConnectionRequest.Builder> describeVpcIngressConnectionRequest)
Return a full description of an App Runner VPC Ingress Connection resource.
This is a convenience which creates an instance of the DescribeVpcIngressConnectionRequest.Builder
avoiding the need to create one manually via DescribeVpcIngressConnectionRequest.builder()
describeVpcIngressConnectionRequest - A Consumer that will call methods on DescribeVpcIngressConnectionRequest.Builder to create
a request.default CompletableFuture<DisassociateCustomDomainResponse> disassociateCustomDomain(DisassociateCustomDomainRequest disassociateCustomDomainRequest)
Disassociate a custom domain name from an App Runner service.
Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
disassociateCustomDomainRequest - default CompletableFuture<DisassociateCustomDomainResponse> disassociateCustomDomain(Consumer<DisassociateCustomDomainRequest.Builder> disassociateCustomDomainRequest)
Disassociate a custom domain name from an App Runner service.
Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
This is a convenience which creates an instance of the DisassociateCustomDomainRequest.Builder avoiding
the need to create one manually via DisassociateCustomDomainRequest.builder()
disassociateCustomDomainRequest - A Consumer that will call methods on DisassociateCustomDomainRequest.Builder to create a
request.default CompletableFuture<ListAutoScalingConfigurationsResponse> listAutoScalingConfigurations(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListAutoScalingConfigurations.
listAutoScalingConfigurationsRequest - default CompletableFuture<ListAutoScalingConfigurationsResponse> listAutoScalingConfigurations(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListAutoScalingConfigurations.
This is a convenience which creates an instance of the ListAutoScalingConfigurationsRequest.Builder
avoiding the need to create one manually via ListAutoScalingConfigurationsRequest.builder()
listAutoScalingConfigurationsRequest - A Consumer that will call methods on ListAutoScalingConfigurationsRequest.Builder to
create a request.default ListAutoScalingConfigurationsPublisher listAutoScalingConfigurationsPaginator(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListAutoScalingConfigurations.
This is a variant of
listAutoScalingConfigurations(software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsPublisher publisher = client.listAutoScalingConfigurationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsPublisher publisher = client.listAutoScalingConfigurationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAutoScalingConfigurations(software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsRequest)
operation.
listAutoScalingConfigurationsRequest - default ListAutoScalingConfigurationsPublisher listAutoScalingConfigurationsPaginator(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListAutoScalingConfigurations.
This is a variant of
listAutoScalingConfigurations(software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsPublisher publisher = client.listAutoScalingConfigurationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsPublisher publisher = client.listAutoScalingConfigurationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAutoScalingConfigurations(software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsRequest)
operation.
This is a convenience which creates an instance of the ListAutoScalingConfigurationsRequest.Builder
avoiding the need to create one manually via ListAutoScalingConfigurationsRequest.builder()
listAutoScalingConfigurationsRequest - A Consumer that will call methods on ListAutoScalingConfigurationsRequest.Builder to
create a request.default CompletableFuture<ListConnectionsResponse> listConnections(ListConnectionsRequest listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
listConnectionsRequest - default CompletableFuture<ListConnectionsResponse> listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
This is a convenience which creates an instance of the ListConnectionsRequest.Builder avoiding the need
to create one manually via ListConnectionsRequest.builder()
listConnectionsRequest - A Consumer that will call methods on ListConnectionsRequest.Builder to create a request.default ListConnectionsPublisher listConnectionsPaginator(ListConnectionsRequest listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
This is a variant of
listConnections(software.amazon.awssdk.services.apprunner.model.ListConnectionsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsPublisher publisher = client.listConnectionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsPublisher publisher = client.listConnectionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListConnectionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListConnectionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listConnections(software.amazon.awssdk.services.apprunner.model.ListConnectionsRequest) operation.
listConnectionsRequest - default ListConnectionsPublisher listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
This is a variant of
listConnections(software.amazon.awssdk.services.apprunner.model.ListConnectionsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsPublisher publisher = client.listConnectionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsPublisher publisher = client.listConnectionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListConnectionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListConnectionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listConnections(software.amazon.awssdk.services.apprunner.model.ListConnectionsRequest) operation.
This is a convenience which creates an instance of the ListConnectionsRequest.Builder avoiding the need
to create one manually via ListConnectionsRequest.builder()
listConnectionsRequest - A Consumer that will call methods on ListConnectionsRequest.Builder to create a request.default CompletableFuture<ListObservabilityConfigurationsResponse> listObservabilityConfigurations(ListObservabilityConfigurationsRequest listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListObservabilityConfigurations.
listObservabilityConfigurationsRequest - default CompletableFuture<ListObservabilityConfigurationsResponse> listObservabilityConfigurations(Consumer<ListObservabilityConfigurationsRequest.Builder> listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListObservabilityConfigurations.
This is a convenience which creates an instance of the ListObservabilityConfigurationsRequest.Builder
avoiding the need to create one manually via ListObservabilityConfigurationsRequest.builder()
listObservabilityConfigurationsRequest - A Consumer that will call methods on ListObservabilityConfigurationsRequest.Builder to
create a request.default ListObservabilityConfigurationsPublisher listObservabilityConfigurationsPaginator(ListObservabilityConfigurationsRequest listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListObservabilityConfigurations.
This is a variant of
listObservabilityConfigurations(software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListObservabilityConfigurationsPublisher publisher = client.listObservabilityConfigurationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListObservabilityConfigurationsPublisher publisher = client.listObservabilityConfigurationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listObservabilityConfigurations(software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsRequest)
operation.
listObservabilityConfigurationsRequest - default ListObservabilityConfigurationsPublisher listObservabilityConfigurationsPaginator(Consumer<ListObservabilityConfigurationsRequest.Builder> listObservabilityConfigurationsRequest)
Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned
by ListObservabilityConfigurations.
This is a variant of
listObservabilityConfigurations(software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListObservabilityConfigurationsPublisher publisher = client.listObservabilityConfigurationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListObservabilityConfigurationsPublisher publisher = client.listObservabilityConfigurationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listObservabilityConfigurations(software.amazon.awssdk.services.apprunner.model.ListObservabilityConfigurationsRequest)
operation.
This is a convenience which creates an instance of the ListObservabilityConfigurationsRequest.Builder
avoiding the need to create one manually via ListObservabilityConfigurationsRequest.builder()
listObservabilityConfigurationsRequest - A Consumer that will call methods on ListObservabilityConfigurationsRequest.Builder to
create a request.default CompletableFuture<ListOperationsResponse> listOperations(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
listOperationsRequest - default CompletableFuture<ListOperationsResponse> listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
This is a convenience which creates an instance of the ListOperationsRequest.Builder avoiding the need to
create one manually via ListOperationsRequest.builder()
listOperationsRequest - A Consumer that will call methods on ListOperationsRequest.Builder to create a request.default ListOperationsPublisher listOperationsPaginator(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
This is a variant of
listOperations(software.amazon.awssdk.services.apprunner.model.ListOperationsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListOperationsPublisher publisher = client.listOperationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListOperationsPublisher publisher = client.listOperationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListOperationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListOperationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOperations(software.amazon.awssdk.services.apprunner.model.ListOperationsRequest) operation.
listOperationsRequest - default ListOperationsPublisher listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
This is a variant of
listOperations(software.amazon.awssdk.services.apprunner.model.ListOperationsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListOperationsPublisher publisher = client.listOperationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListOperationsPublisher publisher = client.listOperationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListOperationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListOperationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOperations(software.amazon.awssdk.services.apprunner.model.ListOperationsRequest) operation.
This is a convenience which creates an instance of the ListOperationsRequest.Builder avoiding the need to
create one manually via ListOperationsRequest.builder()
listOperationsRequest - A Consumer that will call methods on ListOperationsRequest.Builder to create a request.default CompletableFuture<ListServicesResponse> listServices(ListServicesRequest listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
listServicesRequest - default CompletableFuture<ListServicesResponse> listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
This is a convenience which creates an instance of the ListServicesRequest.Builder avoiding the need to
create one manually via ListServicesRequest.builder()
listServicesRequest - A Consumer that will call methods on ListServicesRequest.Builder to create a request.default ListServicesPublisher listServicesPaginator(ListServicesRequest listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
This is a variant of listServices(software.amazon.awssdk.services.apprunner.model.ListServicesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListServicesPublisher publisher = client.listServicesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListServicesPublisher publisher = client.listServicesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListServicesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListServicesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServices(software.amazon.awssdk.services.apprunner.model.ListServicesRequest) operation.
listServicesRequest - default ListServicesPublisher listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
This is a variant of listServices(software.amazon.awssdk.services.apprunner.model.ListServicesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListServicesPublisher publisher = client.listServicesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListServicesPublisher publisher = client.listServicesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListServicesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListServicesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServices(software.amazon.awssdk.services.apprunner.model.ListServicesRequest) operation.
This is a convenience which creates an instance of the ListServicesRequest.Builder avoiding the need to
create one manually via ListServicesRequest.builder()
listServicesRequest - A Consumer that will call methods on ListServicesRequest.Builder to create a request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.default CompletableFuture<ListVpcConnectorsResponse> listVpcConnectors(ListVpcConnectorsRequest listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
listVpcConnectorsRequest - default CompletableFuture<ListVpcConnectorsResponse> listVpcConnectors(Consumer<ListVpcConnectorsRequest.Builder> listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
This is a convenience which creates an instance of the ListVpcConnectorsRequest.Builder avoiding the need
to create one manually via ListVpcConnectorsRequest.builder()
listVpcConnectorsRequest - A Consumer that will call methods on ListVpcConnectorsRequest.Builder to create a request.default ListVpcConnectorsPublisher listVpcConnectorsPaginator(ListVpcConnectorsRequest listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
This is a variant of
listVpcConnectors(software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsRequest) operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListVpcConnectorsPublisher publisher = client.listVpcConnectorsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListVpcConnectorsPublisher publisher = client.listVpcConnectorsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVpcConnectors(software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsRequest)
operation.
listVpcConnectorsRequest - default ListVpcConnectorsPublisher listVpcConnectorsPaginator(Consumer<ListVpcConnectorsRequest.Builder> listVpcConnectorsRequest)
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
This is a variant of
listVpcConnectors(software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsRequest) operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListVpcConnectorsPublisher publisher = client.listVpcConnectorsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListVpcConnectorsPublisher publisher = client.listVpcConnectorsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVpcConnectors(software.amazon.awssdk.services.apprunner.model.ListVpcConnectorsRequest)
operation.
This is a convenience which creates an instance of the ListVpcConnectorsRequest.Builder avoiding the need
to create one manually via ListVpcConnectorsRequest.builder()
listVpcConnectorsRequest - A Consumer that will call methods on ListVpcConnectorsRequest.Builder to create a request.default CompletableFuture<ListVpcIngressConnectionsResponse> listVpcIngressConnections(ListVpcIngressConnectionsRequest listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
listVpcIngressConnectionsRequest - default CompletableFuture<ListVpcIngressConnectionsResponse> listVpcIngressConnections(Consumer<ListVpcIngressConnectionsRequest.Builder> listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
This is a convenience which creates an instance of the ListVpcIngressConnectionsRequest.Builder avoiding
the need to create one manually via ListVpcIngressConnectionsRequest.builder()
listVpcIngressConnectionsRequest - A Consumer that will call methods on ListVpcIngressConnectionsRequest.Builder to create a
request.default ListVpcIngressConnectionsPublisher listVpcIngressConnectionsPaginator(ListVpcIngressConnectionsRequest listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
This is a variant of
listVpcIngressConnections(software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListVpcIngressConnectionsPublisher publisher = client.listVpcIngressConnectionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListVpcIngressConnectionsPublisher publisher = client.listVpcIngressConnectionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVpcIngressConnections(software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsRequest)
operation.
listVpcIngressConnectionsRequest - default ListVpcIngressConnectionsPublisher listVpcIngressConnectionsPaginator(Consumer<ListVpcIngressConnectionsRequest.Builder> listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
This is a variant of
listVpcIngressConnections(software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.apprunner.paginators.ListVpcIngressConnectionsPublisher publisher = client.listVpcIngressConnectionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.apprunner.paginators.ListVpcIngressConnectionsPublisher publisher = client.listVpcIngressConnectionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVpcIngressConnections(software.amazon.awssdk.services.apprunner.model.ListVpcIngressConnectionsRequest)
operation.
This is a convenience which creates an instance of the ListVpcIngressConnectionsRequest.Builder avoiding
the need to create one manually via ListVpcIngressConnectionsRequest.builder()
listVpcIngressConnectionsRequest - A Consumer that will call methods on ListVpcIngressConnectionsRequest.Builder to create a
request.default CompletableFuture<PauseServiceResponse> pauseService(PauseServiceRequest pauseServiceRequest)
Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
pauseServiceRequest - default CompletableFuture<PauseServiceResponse> pauseService(Consumer<PauseServiceRequest.Builder> pauseServiceRequest)
Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
This is a convenience which creates an instance of the PauseServiceRequest.Builder avoiding the need to
create one manually via PauseServiceRequest.builder()
pauseServiceRequest - A Consumer that will call methods on PauseServiceRequest.Builder to create a request.default CompletableFuture<ResumeServiceResponse> resumeService(ResumeServiceRequest resumeServiceRequest)
Resume an active App Runner service. App Runner provisions compute capacity for the service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
resumeServiceRequest - default CompletableFuture<ResumeServiceResponse> resumeService(Consumer<ResumeServiceRequest.Builder> resumeServiceRequest)
Resume an active App Runner service. App Runner provisions compute capacity for the service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
This is a convenience which creates an instance of the ResumeServiceRequest.Builder avoiding the need to
create one manually via ResumeServiceRequest.builder()
resumeServiceRequest - A Consumer that will call methods on ResumeServiceRequest.Builder to create a request.default CompletableFuture<StartDeploymentResponse> startDeployment(StartDeploymentRequest startDeploymentRequest)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.
For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
startDeploymentRequest - default CompletableFuture<StartDeploymentResponse> startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.
For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
This is a convenience which creates an instance of the StartDeploymentRequest.Builder avoiding the need
to create one manually via StartDeploymentRequest.builder()
startDeploymentRequest - A Consumer that will call methods on StartDeploymentRequest.Builder to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.
tagResourceRequest - default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Remove tags from an App Runner resource.
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove tags from an App Runner resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.default CompletableFuture<UpdateServiceResponse> updateService(UpdateServiceRequest updateServiceRequest)
Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.
To update the tags applied to your service, use the separate actions TagResource and UntagResource.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
updateServiceRequest - default CompletableFuture<UpdateServiceResponse> updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.
To update the tags applied to your service, use the separate actions TagResource and UntagResource.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
This is a convenience which creates an instance of the UpdateServiceRequest.Builder avoiding the need to
create one manually via UpdateServiceRequest.builder()
updateServiceRequest - A Consumer that will call methods on UpdateServiceRequest.Builder to create a request.default CompletableFuture<UpdateVpcIngressConnectionResponse> updateVpcIngressConnection(UpdateVpcIngressConnectionRequest updateVpcIngressConnectionRequest)
Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:
AVAILABLE
FAILED_CREATION
FAILED_UPDATE
updateVpcIngressConnectionRequest - default CompletableFuture<UpdateVpcIngressConnectionResponse> updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)
Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:
AVAILABLE
FAILED_CREATION
FAILED_UPDATE
This is a convenience which creates an instance of the UpdateVpcIngressConnectionRequest.Builder avoiding
the need to create one manually via UpdateVpcIngressConnectionRequest.builder()
updateVpcIngressConnectionRequest - A Consumer that will call methods on UpdateVpcIngressConnectionRequest.Builder to create a
request.static AppRunnerAsyncClient create()
AppRunnerAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AppRunnerAsyncClientBuilder builder()
AppRunnerAsyncClient.Copyright © 2023. All rights reserved.