@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AppRunnerClient 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 AssociateCustomDomainResponse |
associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
|
default AssociateCustomDomainResponse |
associateCustomDomain(Consumer<AssociateCustomDomainRequest.Builder> associateCustomDomainRequest)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
|
static AppRunnerClientBuilder |
builder()
Create a builder that can be used to configure and create a
AppRunnerClient. |
static AppRunnerClient |
create()
Create a
AppRunnerClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateAutoScalingConfigurationResponse |
createAutoScalingConfiguration(Consumer<CreateAutoScalingConfigurationRequest.Builder> createAutoScalingConfigurationRequest)
Create an App Runner automatic scaling configuration resource.
|
default CreateAutoScalingConfigurationResponse |
createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest)
Create an App Runner automatic scaling configuration resource.
|
default CreateConnectionResponse |
createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Create an App Runner connection resource.
|
default CreateConnectionResponse |
createConnection(CreateConnectionRequest createConnectionRequest)
Create an App Runner connection resource.
|
default CreateServiceResponse |
createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Create an App Runner service.
|
default CreateServiceResponse |
createService(CreateServiceRequest createServiceRequest)
Create an App Runner service.
|
default DeleteAutoScalingConfigurationResponse |
deleteAutoScalingConfiguration(Consumer<DeleteAutoScalingConfigurationRequest.Builder> deleteAutoScalingConfigurationRequest)
Delete an App Runner automatic scaling configuration resource.
|
default DeleteAutoScalingConfigurationResponse |
deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest deleteAutoScalingConfigurationRequest)
Delete an App Runner automatic scaling configuration resource.
|
default DeleteConnectionResponse |
deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)
Delete an App Runner connection.
|
default DeleteConnectionResponse |
deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Delete an App Runner connection.
|
default DeleteServiceResponse |
deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)
Delete an App Runner service.
|
default DeleteServiceResponse |
deleteService(DeleteServiceRequest deleteServiceRequest)
Delete an App Runner service.
|
default DescribeAutoScalingConfigurationResponse |
describeAutoScalingConfiguration(Consumer<DescribeAutoScalingConfigurationRequest.Builder> describeAutoScalingConfigurationRequest)
Return a full description of an App Runner automatic scaling configuration resource.
|
default DescribeAutoScalingConfigurationResponse |
describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest describeAutoScalingConfigurationRequest)
Return a full description of an App Runner automatic scaling configuration resource.
|
default DescribeCustomDomainsResponse |
describeCustomDomains(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default DescribeCustomDomainsResponse |
describeCustomDomains(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default DescribeCustomDomainsIterable |
describeCustomDomainsPaginator(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default DescribeCustomDomainsIterable |
describeCustomDomainsPaginator(DescribeCustomDomainsRequest describeCustomDomainsRequest)
Return a description of custom domain names that are associated with an App Runner service.
|
default DescribeServiceResponse |
describeService(Consumer<DescribeServiceRequest.Builder> describeServiceRequest)
Return a full description of an App Runner service.
|
default DescribeServiceResponse |
describeService(DescribeServiceRequest describeServiceRequest)
Return a full description of an App Runner service.
|
default DisassociateCustomDomainResponse |
disassociateCustomDomain(Consumer<DisassociateCustomDomainRequest.Builder> disassociateCustomDomainRequest)
Disassociate a custom domain name from an App Runner service.
|
default DisassociateCustomDomainResponse |
disassociateCustomDomain(DisassociateCustomDomainRequest disassociateCustomDomainRequest)
Disassociate a custom domain name from an App Runner service.
|
default ListAutoScalingConfigurationsResponse |
listAutoScalingConfigurations(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of App Runner automatic scaling configurations in your Amazon Web Services account.
|
default ListAutoScalingConfigurationsResponse |
listAutoScalingConfigurations(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of App Runner automatic scaling configurations in your Amazon Web Services account.
|
default ListAutoScalingConfigurationsIterable |
listAutoScalingConfigurationsPaginator(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest)
Returns a list of App Runner automatic scaling configurations in your Amazon Web Services account.
|
default ListAutoScalingConfigurationsIterable |
listAutoScalingConfigurationsPaginator(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest)
Returns a list of App Runner automatic scaling configurations in your Amazon Web Services account.
|
default ListConnectionsResponse |
listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default ListConnectionsResponse |
listConnections(ListConnectionsRequest listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default ListConnectionsIterable |
listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default ListConnectionsIterable |
listConnectionsPaginator(ListConnectionsRequest listConnectionsRequest)
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
default ListOperationsResponse |
listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default ListOperationsResponse |
listOperations(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default ListOperationsIterable |
listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default ListOperationsIterable |
listOperationsPaginator(ListOperationsRequest listOperationsRequest)
Return a list of operations that occurred on an App Runner service.
|
default ListServicesResponse |
listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default ListServicesResponse |
listServices(ListServicesRequest listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default ListServicesIterable |
listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default ListServicesIterable |
listServicesPaginator(ListServicesRequest listServicesRequest)
Returns a list of running App Runner services in your Amazon Web Services account.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List tags that are associated with for an App Runner resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags that are associated with for an App Runner resource.
|
default PauseServiceResponse |
pauseService(Consumer<PauseServiceRequest.Builder> pauseServiceRequest)
Pause an active App Runner service.
|
default PauseServiceResponse |
pauseService(PauseServiceRequest pauseServiceRequest)
Pause an active App Runner service.
|
default ResumeServiceResponse |
resumeService(Consumer<ResumeServiceRequest.Builder> resumeServiceRequest)
Resume an active App Runner service.
|
default ResumeServiceResponse |
resumeService(ResumeServiceRequest resumeServiceRequest)
Resume an active App Runner service.
|
static ServiceMetadata |
serviceMetadata() |
default 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 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 TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add tags to, or update the tag values of, an App Runner resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Add tags to, or update the tag values of, an App Runner resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove tags from an App Runner resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Remove tags from an App Runner resource.
|
default UpdateServiceResponse |
updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Update an App Runner service.
|
default UpdateServiceResponse |
updateService(UpdateServiceRequest updateServiceRequest)
Update an App Runner service.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static AppRunnerClient create()
AppRunnerClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AppRunnerClientBuilder builder()
AppRunnerClient.default AssociateCustomDomainResponse associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest) throws InvalidRequestException, InternalServiceErrorException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateCustomDomainResponse associateCustomDomain(Consumer<AssociateCustomDomainRequest.Builder> associateCustomDomainRequest) throws InvalidRequestException, InternalServiceErrorException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAutoScalingConfigurationResponse createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest) throws InvalidRequestException, InternalServiceErrorException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AppRunnerException
Create an 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 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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ServiceQuotaExceededException - App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAutoScalingConfigurationResponse createAutoScalingConfiguration(Consumer<CreateAutoScalingConfigurationRequest.Builder> createAutoScalingConfigurationRequest) throws InvalidRequestException, InternalServiceErrorException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AppRunnerException
Create an 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 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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ServiceQuotaExceededException - App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConnectionResponse createConnection(CreateConnectionRequest createConnectionRequest) throws InvalidRequestException, InternalServiceErrorException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ServiceQuotaExceededException - App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConnectionResponse createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest) throws InvalidRequestException, InternalServiceErrorException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ServiceQuotaExceededException - App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceResponse createService(CreateServiceRequest createServiceRequest) throws InvalidRequestException, InternalServiceErrorException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ServiceQuotaExceededException - App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceResponse createService(Consumer<CreateServiceRequest.Builder> createServiceRequest) throws InvalidRequestException, InternalServiceErrorException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ServiceQuotaExceededException - App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAutoScalingConfigurationResponse deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest deleteAutoScalingConfigurationRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAutoScalingConfigurationResponse deleteAutoScalingConfiguration(Consumer<DeleteAutoScalingConfigurationRequest.Builder> deleteAutoScalingConfigurationRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConnectionResponse deleteConnection(DeleteConnectionRequest deleteConnectionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConnectionResponse deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceResponse deleteService(DeleteServiceRequest deleteServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InvalidStateException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.
deleteServiceRequest - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InvalidStateException - You can't perform this action when the resource is in its current state.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceResponse deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InvalidStateException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InvalidStateException - You can't perform this action when the resource is in its current state.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAutoScalingConfigurationResponse describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest describeAutoScalingConfigurationRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
Return a full description of an App Runner automatic scaling configuration resource.
describeAutoScalingConfigurationRequest - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeAutoScalingConfigurationResponse describeAutoScalingConfiguration(Consumer<DescribeAutoScalingConfigurationRequest.Builder> describeAutoScalingConfigurationRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeCustomDomainsResponse describeCustomDomains(DescribeCustomDomainsRequest describeCustomDomainsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
Return a description of custom domain names that are associated with an App Runner service.
describeCustomDomainsRequest - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeCustomDomainsResponse describeCustomDomains(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeCustomDomainsIterable describeCustomDomainsPaginator(DescribeCustomDomainsRequest describeCustomDomainsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsIterable responses = client.describeCustomDomainsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsIterable responses = client
.describeCustomDomainsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsIterable responses = client.describeCustomDomainsPaginator(request);
responses.iterator().forEachRemaining(....);
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeCustomDomainsIterable describeCustomDomainsPaginator(Consumer<DescribeCustomDomainsRequest.Builder> describeCustomDomainsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsIterable responses = client.describeCustomDomainsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsIterable responses = client
.describeCustomDomainsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.DescribeCustomDomainsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.DescribeCustomDomainsIterable responses = client.describeCustomDomainsPaginator(request);
responses.iterator().forEachRemaining(....);
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeServiceResponse describeService(DescribeServiceRequest describeServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
Return a full description of an App Runner service.
describeServiceRequest - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DescribeServiceResponse describeService(Consumer<DescribeServiceRequest.Builder> describeServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateCustomDomainResponse disassociateCustomDomain(DisassociateCustomDomainRequest disassociateCustomDomainRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateCustomDomainResponse disassociateCustomDomain(Consumer<DisassociateCustomDomainRequest.Builder> disassociateCustomDomainRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAutoScalingConfigurationsResponse listAutoScalingConfigurations(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
Returns a list of 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 configurations in your account. You can optionally query only the latest revision of each requested name.
listAutoScalingConfigurationsRequest - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAutoScalingConfigurationsResponse listAutoScalingConfigurations(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
Returns a list of 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 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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAutoScalingConfigurationsIterable listAutoScalingConfigurationsPaginator(ListAutoScalingConfigurationsRequest listAutoScalingConfigurationsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
Returns a list of 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 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsIterable responses = client.listAutoScalingConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsIterable responses = client
.listAutoScalingConfigurationsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsIterable responses = client.listAutoScalingConfigurationsPaginator(request);
responses.iterator().forEachRemaining(....);
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAutoScalingConfigurationsIterable listAutoScalingConfigurationsPaginator(Consumer<ListAutoScalingConfigurationsRequest.Builder> listAutoScalingConfigurationsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
Returns a list of 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 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsIterable responses = client.listAutoScalingConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsIterable responses = client
.listAutoScalingConfigurationsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListAutoScalingConfigurationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListAutoScalingConfigurationsIterable responses = client.listAutoScalingConfigurationsPaginator(request);
responses.iterator().forEachRemaining(....);
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectionsResponse listConnections(ListConnectionsRequest listConnectionsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
listConnectionsRequest - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectionsResponse listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectionsIterable listConnectionsPaginator(ListConnectionsRequest listConnectionsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsIterable responses = client.listConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsIterable responses = client
.listConnectionsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListConnectionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsIterable responses = client.listConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConnectionsIterable listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsIterable responses = client.listConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsIterable responses = client
.listConnectionsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListConnectionsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListConnectionsIterable responses = client.listConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListOperationsResponse listOperations(ListOperationsRequest listOperationsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListOperationsResponse listOperations(Consumer<ListOperationsRequest.Builder> listOperationsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListOperationsIterable listOperationsPaginator(ListOperationsRequest listOperationsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListOperationsIterable responses = client.listOperationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListOperationsIterable responses = client
.listOperationsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListOperationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListOperationsIterable responses = client.listOperationsPaginator(request);
responses.iterator().forEachRemaining(....);
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListOperationsIterable listOperationsPaginator(Consumer<ListOperationsRequest.Builder> listOperationsRequest) throws InvalidRequestException, InternalServiceErrorException, ResourceNotFoundException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListOperationsIterable responses = client.listOperationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListOperationsIterable responses = client
.listOperationsPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListOperationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListOperationsIterable responses = client.listOperationsPaginator(request);
responses.iterator().forEachRemaining(....);
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesResponse listServices(ListServicesRequest listServicesRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
Returns a list of running App Runner services in your Amazon Web Services account.
listServicesRequest - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesResponse listServices(Consumer<ListServicesRequest.Builder> listServicesRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesIterable listServicesPaginator(ListServicesRequest listServicesRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListServicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.iterator().forEachRemaining(....);
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServicesIterable listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest) throws InvalidRequestException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.apprunner.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.apprunner.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
for (software.amazon.awssdk.services.apprunner.model.ListServicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.apprunner.paginators.ListServicesIterable responses = client.listServicesPaginator(request);
responses.iterator().forEachRemaining(....);
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ResourceNotFoundException, InternalServiceErrorException, InvalidRequestException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
listTagsForResourceRequest - ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ResourceNotFoundException, InternalServiceErrorException, InvalidRequestException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PauseServiceResponse pauseService(PauseServiceRequest pauseServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PauseServiceResponse pauseService(Consumer<PauseServiceRequest.Builder> pauseServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResumeServiceResponse resumeService(ResumeServiceRequest resumeServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResumeServiceResponse resumeService(Consumer<ResumeServiceRequest.Builder> resumeServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartDeploymentResponse startDeployment(StartDeploymentRequest startDeploymentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartDeploymentResponse startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest) throws InvalidRequestException, ResourceNotFoundException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ResourceNotFoundException, InternalServiceErrorException, InvalidRequestException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.
tagResourceRequest - ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ResourceNotFoundException, InternalServiceErrorException, InvalidRequestException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ResourceNotFoundException, InternalServiceErrorException, InvalidRequestException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
Remove tags from an App Runner resource.
untagResourceRequest - ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ResourceNotFoundException, InternalServiceErrorException, InvalidRequestException, InvalidStateException, AwsServiceException, SdkClientException, AppRunnerException
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.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InternalServiceErrorException - An unexpected service exception occurred.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.InvalidStateException - You can't perform this action when the resource is in its current state.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceResponse updateService(UpdateServiceRequest updateServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InvalidStateException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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 - InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InvalidStateException - You can't perform this action when the resource is in its current state.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateServiceResponse updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest) throws InvalidRequestException, ResourceNotFoundException, InvalidStateException, InternalServiceErrorException, AwsServiceException, SdkClientException, AppRunnerException
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.InvalidRequestException - One or more input parameters aren't valid. Refer to the API action's document page, correct the input
parameters, and try the action again.ResourceNotFoundException - A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services
account.InvalidStateException - You can't perform this action when the resource is in its current state.InternalServiceErrorException - An unexpected service exception occurred.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AppRunnerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2021. All rights reserved.