@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AppRunnerAsyncClient extends SdkClient
builder()
method.
AWS 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 AWS cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to provision and configure AWS 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 AWS App Runner Developer Guide. For release information, see the AWS 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 AWS App Runner endpoints and quotas in the AWS 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 AWS App Runner subdomain URL of your App Runner service.
|
default CompletableFuture<AssociateCustomDomainResponse> |
associateCustomDomain(Consumer<AssociateCustomDomainRequest.Builder> associateCustomDomainRequest)
Associate your own domain name with the AWS 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 AWS App Runner automatic scaling configuration resource.
|
default CompletableFuture<CreateAutoScalingConfigurationResponse> |
createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest)
Create an AWS App Runner automatic scaling configuration resource.
|
default CompletableFuture<CreateConnectionResponse> |
createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Create an AWS App Runner connection resource.
|
default CompletableFuture<CreateConnectionResponse> |
createConnection(CreateConnectionRequest createConnectionRequest)
Create an AWS App Runner connection resource.
|
default CompletableFuture<CreateServiceResponse> |
createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Create an AWS App Runner service.
|
default CompletableFuture<CreateServiceResponse> |
createService(CreateServiceRequest createServiceRequest)
Create an AWS App Runner service.
|
default CompletableFuture<DeleteAutoScalingConfigurationResponse> |
deleteAutoScalingConfiguration(Consumer<DeleteAutoScalingConfigurationRequest.Builder> deleteAutoScalingConfigurationRequest)
Delete an AWS App Runner automatic scaling configuration resource.
|
default CompletableFuture<DeleteAutoScalingConfigurationResponse> |
deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest deleteAutoScalingConfigurationRequest)
Delete an AWS App Runner automatic scaling configuration resource.
|
default CompletableFuture<DeleteConnectionResponse> |
deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)
Delete an AWS App Runner connection.
|
default CompletableFuture<DeleteConnectionResponse> |
deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Delete an AWS App Runner connection.
|
default CompletableFuture<DeleteServiceResponse> |
deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Delete an AWS App Runner service.
|
default CompletableFuture<DeleteServiceResponse> |
deleteService(DeleteServiceRequest deleteServiceRequest)
Delete an AWS App Runner service.
|
default CompletableFuture<DescribeAutoScalingConfigurationResponse> |
describeAutoScalingConfiguration(Consumer<DescribeAutoScalingConfigurationRequest.Builder> describeAutoScalingConfigurationRequest)
Return a full description of an AWS App Runner automatic scaling configuration resource.
|
default CompletableFuture<DescribeAutoScalingConfigurationResponse> |
describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest describeAutoScalingConfigurationRequest)
Return a full description of an AWS 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 AWS App Runner service.
|
default CompletableFuture<DescribeCustomDomainsResponse> |
describeCustomDomains(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an AWS App Runner service.
|
default DescribeCustomDomainsPublisher |
describeCustomDomainsPaginator(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an AWS App Runner service.
|
default DescribeCustomDomainsPublisher |
describeCustomDomainsPaginator(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an AWS App Runner service.
|
default CompletableFuture<DescribeServiceResponse> |
describeService(Consumer<DescribeServiceRequest.Builder> describeServiceRequest)
Return a full description of an AWS App Runner service.
|
default CompletableFuture<DescribeServiceResponse> |
describeService(DescribeServiceRequest describeServiceRequest)
Return a full description of an AWS App Runner service.
|
default CompletableFuture<DisassociateCustomDomainResponse> |
disassociateCustomDomain(Consumer<DisassociateCustomDomainRequest.Builder> disassociateCustomDomainRequest)
Disassociate a custom domain name from an AWS App Runner service.
|
default CompletableFuture<DisassociateCustomDomainResponse> |
disassociateCustomDomain(DisassociateCustomDomainRequest disassociateCustomDomainRequest)
Disassociate a custom domain name from an AWS App Runner service.
|
default CompletableFuture<ListAutoScalingConfigurationsResponse> |
listAutoScalingConfigurations(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of AWS App Runner automatic scaling configurations in your AWS account.
|
default CompletableFuture<ListAutoScalingConfigurationsResponse> |
listAutoScalingConfigurations(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of AWS App Runner automatic scaling configurations in your AWS account.
|
default ListAutoScalingConfigurationsPublisher |
listAutoScalingConfigurationsPaginator(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of AWS App Runner automatic scaling configurations in your AWS account.
|
default ListAutoScalingConfigurationsPublisher |
listAutoScalingConfigurationsPaginator(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of AWS App Runner automatic scaling configurations in your AWS account.
|
default CompletableFuture<ListConnectionsResponse> |
listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of AWS App Runner connections that are associated with your AWS account.
|
default CompletableFuture<ListConnectionsResponse> |
listConnections(ListConnectionsRequest listConnectionsRequest)
Returns a list of AWS App Runner connections that are associated with your AWS account.
|
default ListConnectionsPublisher |
listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of AWS App Runner connections that are associated with your AWS account.
|
default ListConnectionsPublisher |
listConnectionsPaginator(ListConnectionsRequest listConnectionsRequest)
Returns a list of AWS App Runner connections that are associated with your AWS account.
|
default CompletableFuture<ListOperationsResponse> |
listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an AWS App Runner service.
|
default CompletableFuture<ListOperationsResponse> |
listOperations(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an AWS App Runner service.
|
default ListOperationsPublisher |
listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an AWS App Runner service.
|
default ListOperationsPublisher |
listOperationsPaginator(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an AWS App Runner service.
|
default CompletableFuture<ListServicesResponse> |
listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running AWS App Runner services in your AWS account.
|
default CompletableFuture<ListServicesResponse> |
listServices(ListServicesRequest listServicesRequest)
Returns a list of running AWS App Runner services in your AWS account.
|
default ListServicesPublisher |
listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running AWS App Runner services in your AWS account.
|
default ListServicesPublisher |
listServicesPaginator(ListServicesRequest listServicesRequest)
Returns a list of running AWS App Runner services in your AWS account.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags that are associated with for an AWS App Runner resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags that are associated with for an AWS App Runner resource.
|
default CompletableFuture<PauseServiceResponse> |
pauseService(Consumer<PauseServiceRequest.Builder> pauseServiceRequest)
Pause an active AWS App Runner service.
|
default CompletableFuture<PauseServiceResponse> |
pauseService(PauseServiceRequest pauseServiceRequest)
Pause an active AWS App Runner service.
|
default CompletableFuture<ResumeServiceResponse> |
resumeService(Consumer<ResumeServiceRequest.Builder> resumeServiceRequest)
Resume an active AWS App Runner service.
|
default CompletableFuture<ResumeServiceResponse> |
resumeService(ResumeServiceRequest resumeServiceRequest)
Resume an active AWS 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 AWS 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 AWS 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 AWS App Runner service.
|
default CompletableFuture<UpdateServiceResponse> |
updateService(UpdateServiceRequest updateServiceRequest)
Update an AWS App Runner service.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static AppRunnerAsyncClient create()
AppRunnerAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AppRunnerAsyncClientBuilder builder()
AppRunnerAsyncClient.default CompletableFuture<AssociateCustomDomainResponse> associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest)
Associate your own domain name with the AWS 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 AWS 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 AWS App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create multiple revisions of a configuration by using the same AutoScalingConfigurationName and
different AutoScalingConfigurationRevision values. When you create a service, you can set it to use
the latest active revision of an auto scaling configuration or a specific revision.
Configure a higher MinSize to increase the spread of your App Runner service over more Availability
Zones in the AWS 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 AWS App Runner endpoints and quotas in the AWS General Reference.
default CompletableFuture<CreateAutoScalingConfigurationResponse> createAutoScalingConfiguration(Consumer<CreateAutoScalingConfigurationRequest.Builder> createAutoScalingConfigurationRequest)
Create an AWS App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create multiple revisions of a configuration by using the same AutoScalingConfigurationName and
different AutoScalingConfigurationRevision values. When you create a service, you can set it to use
the latest active revision of an auto scaling configuration or a specific revision.
Configure a higher MinSize to increase the spread of your App Runner service over more Availability
Zones in the AWS 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 AWS App Runner endpoints and quotas in the AWS General Reference.
default CompletableFuture<CreateConnectionResponse> createConnection(CreateConnectionRequest createConnectionRequest)
Create an AWS 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 AWS App Runner endpoints and quotas in the AWS General Reference.
default CompletableFuture<CreateConnectionResponse> createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Create an AWS 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 AWS App Runner endpoints and quotas in the AWS General Reference.
default CompletableFuture<CreateServiceResponse> createService(CreateServiceRequest createServiceRequest)
Create an AWS 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 AWS App Runner endpoints and quotas in the AWS General Reference.
default CompletableFuture<CreateServiceResponse> createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Create an AWS 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 AWS App Runner endpoints and quotas in the AWS General Reference.
default CompletableFuture<DeleteAutoScalingConfigurationResponse> deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest deleteAutoScalingConfigurationRequest)
Delete an AWS 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 AWS 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 AWS 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 AWS 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<DeleteServiceResponse> deleteService(DeleteServiceRequest deleteServiceRequest)
Delete an AWS 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.
deleteServiceRequest - default CompletableFuture<DeleteServiceResponse> deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Delete an AWS 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.
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<DescribeAutoScalingConfigurationResponse> describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest describeAutoScalingConfigurationRequest)
Return a full description of an AWS App Runner automatic scaling configuration resource.
describeAutoScalingConfigurationRequest - default CompletableFuture<DescribeAutoScalingConfigurationResponse> describeAutoScalingConfiguration(Consumer<DescribeAutoScalingConfigurationRequest.Builder> describeAutoScalingConfigurationRequest)
Return a full description of an AWS 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 AWS App Runner service.
describeCustomDomainsRequest - default CompletableFuture<DescribeCustomDomainsResponse> describeCustomDomains(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an AWS 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 AWS 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 AWS 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<DescribeServiceResponse> describeService(DescribeServiceRequest describeServiceRequest)
Return a full description of an AWS App Runner service.
describeServiceRequest - default CompletableFuture<DescribeServiceResponse> describeService(Consumer<DescribeServiceRequest.Builder> describeServiceRequest)
Return a full description of an AWS 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<DisassociateCustomDomainResponse> disassociateCustomDomain(DisassociateCustomDomainRequest disassociateCustomDomainRequest)
Disassociate a custom domain name from an AWS 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 AWS 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 AWS App Runner automatic scaling configurations in your AWS account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
listAutoScalingConfigurationsRequest - default CompletableFuture<ListAutoScalingConfigurationsResponse> listAutoScalingConfigurations(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of AWS App Runner automatic scaling configurations in your AWS account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
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 AWS App Runner automatic scaling configurations in your AWS account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
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 AWS App Runner automatic scaling configurations in your AWS account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
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 AWS App Runner connections that are associated with your AWS account.
listConnectionsRequest - default CompletableFuture<ListConnectionsResponse> listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of AWS App Runner connections that are associated with your AWS 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 AWS App Runner connections that are associated with your AWS 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 AWS App Runner connections that are associated with your AWS 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<ListOperationsResponse> listOperations(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an AWS 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 AWS 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 AWS 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 AWS 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 AWS App Runner services in your AWS account.
listServicesRequest - default CompletableFuture<ListServicesResponse> listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running AWS App Runner services in your AWS 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 AWS App Runner services in your AWS 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 AWS App Runner services in your AWS 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 AWS 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 AWS 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<PauseServiceResponse> pauseService(PauseServiceRequest pauseServiceRequest)
Pause an active AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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.Copyright © 2021. All rights reserved.