@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAppRunner extends Object implements AWSAppRunner
AWSAppRunner. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSAppRunner() |
| Modifier and Type | Method and Description |
|---|---|
AssociateCustomDomainResult |
associateCustomDomain(AssociateCustomDomainRequest request)
Associate your own domain name with the AWS App Runner subdomain URL of your App Runner service.
|
CreateAutoScalingConfigurationResult |
createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request)
Create an AWS App Runner automatic scaling configuration resource.
|
CreateConnectionResult |
createConnection(CreateConnectionRequest request)
Create an AWS App Runner connection resource.
|
CreateServiceResult |
createService(CreateServiceRequest request)
Create an AWS App Runner service.
|
DeleteAutoScalingConfigurationResult |
deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest request)
Delete an AWS App Runner automatic scaling configuration resource.
|
DeleteConnectionResult |
deleteConnection(DeleteConnectionRequest request)
Delete an AWS App Runner connection.
|
DeleteServiceResult |
deleteService(DeleteServiceRequest request)
Delete an AWS App Runner service.
|
DescribeAutoScalingConfigurationResult |
describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest request)
Return a full description of an AWS App Runner automatic scaling configuration resource.
|
DescribeCustomDomainsResult |
describeCustomDomains(DescribeCustomDomainsRequest request)
Return a description of custom domain names that are associated with an AWS App Runner service.
|
DescribeServiceResult |
describeService(DescribeServiceRequest request)
Return a full description of an AWS App Runner service.
|
DisassociateCustomDomainResult |
disassociateCustomDomain(DisassociateCustomDomainRequest request)
Disassociate a custom domain name from an AWS App Runner service.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListAutoScalingConfigurationsResult |
listAutoScalingConfigurations(ListAutoScalingConfigurationsRequest request)
Returns a list of AWS App Runner automatic scaling configurations in your AWS account.
|
ListConnectionsResult |
listConnections(ListConnectionsRequest request)
Returns a list of AWS App Runner connections that are associated with your AWS account.
|
ListOperationsResult |
listOperations(ListOperationsRequest request)
Return a list of operations that occurred on an AWS App Runner service.
|
ListServicesResult |
listServices(ListServicesRequest request)
Returns a list of running AWS App Runner services in your AWS account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
List tags that are associated with for an AWS App Runner resource.
|
PauseServiceResult |
pauseService(PauseServiceRequest request)
Pause an active AWS App Runner service.
|
ResumeServiceResult |
resumeService(ResumeServiceRequest request)
Resume an active AWS App Runner service.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartDeploymentResult |
startDeployment(StartDeploymentRequest request)
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source
image repository to an AWS App Runner service.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Add tags to, or update the tag values of, an App Runner resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Remove tags from an App Runner resource.
|
UpdateServiceResult |
updateService(UpdateServiceRequest request)
Update an AWS App Runner service.
|
public AssociateCustomDomainResult associateCustomDomain(AssociateCustomDomainRequest request)
AWSAppRunnerAssociate your own domain name with the AWS App Runner subdomain URL of your App Runner service.
After you call AssociateCustomDomain and receive a successful response, use the information in the
CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped
domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App
Runner then performs DNS validation to verify that you own or control the domain name that you associated. App
Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).
associateCustomDomain in interface AWSAppRunnerpublic CreateAutoScalingConfigurationResult createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request)
AWSAppRunnerCreate an AWS App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create multiple revisions of a configuration by using the same AutoScalingConfigurationName and
different AutoScalingConfigurationRevision values. When you create a service, you can set it to use
the latest active revision of an auto scaling configuration or a specific revision.
Configure a higher MinSize to increase the spread of your App Runner service over more Availability
Zones in the AWS Region. The tradeoff is a higher minimal cost.
Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak
demand.
createAutoScalingConfiguration in interface AWSAppRunnerpublic CreateConnectionResult createConnection(CreateConnectionRequest request)
AWSAppRunnerCreate an AWS App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.
A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
createConnection in interface AWSAppRunnerpublic CreateServiceResult createService(CreateServiceRequest request)
AWSAppRunnerCreate an AWS App Runner service. After the service is created, the action also automatically starts a deployment.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to
track the operation's progress.
createService in interface AWSAppRunnerpublic DeleteAutoScalingConfigurationResult deleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest request)
AWSAppRunnerDelete an AWS App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
deleteAutoScalingConfiguration in interface AWSAppRunnerpublic DeleteConnectionResult deleteConnection(DeleteConnectionRequest request)
AWSAppRunner
Delete an AWS App Runner connection. You must first ensure that there are no running App Runner services that use
this connection. If there are any, the DeleteConnection action fails.
deleteConnection in interface AWSAppRunnerpublic DeleteServiceResult deleteService(DeleteServiceRequest request)
AWSAppRunnerDelete an AWS App Runner service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
deleteService in interface AWSAppRunnerpublic DescribeAutoScalingConfigurationResult describeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest request)
AWSAppRunnerReturn a full description of an AWS App Runner automatic scaling configuration resource.
describeAutoScalingConfiguration in interface AWSAppRunnerpublic DescribeCustomDomainsResult describeCustomDomains(DescribeCustomDomainsRequest request)
AWSAppRunnerReturn a description of custom domain names that are associated with an AWS App Runner service.
describeCustomDomains in interface AWSAppRunnerpublic DescribeServiceResult describeService(DescribeServiceRequest request)
AWSAppRunnerReturn a full description of an AWS App Runner service.
describeService in interface AWSAppRunnerpublic DisassociateCustomDomainResult disassociateCustomDomain(DisassociateCustomDomainRequest request)
AWSAppRunnerDisassociate a custom domain name from an AWS App Runner service.
Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
disassociateCustomDomain in interface AWSAppRunnerpublic ListAutoScalingConfigurationsResult listAutoScalingConfigurations(ListAutoScalingConfigurationsRequest request)
AWSAppRunnerReturns a list of AWS App Runner automatic scaling configurations in your AWS account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
listAutoScalingConfigurations in interface AWSAppRunnerpublic ListConnectionsResult listConnections(ListConnectionsRequest request)
AWSAppRunnerReturns a list of AWS App Runner connections that are associated with your AWS account.
listConnections in interface AWSAppRunnerpublic ListOperationsResult listOperations(ListOperationsRequest request)
AWSAppRunnerReturn a list of operations that occurred on an AWS App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
listOperations in interface AWSAppRunnerpublic ListServicesResult listServices(ListServicesRequest request)
AWSAppRunnerReturns a list of running AWS App Runner services in your AWS account.
listServices in interface AWSAppRunnerpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSAppRunnerList tags that are associated with for an AWS App Runner resource. The response contains a list of tag key-value pairs.
listTagsForResource in interface AWSAppRunnerpublic PauseServiceResult pauseService(PauseServiceRequest request)
AWSAppRunnerPause an active AWS App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
pauseService in interface AWSAppRunnerpublic ResumeServiceResult resumeService(ResumeServiceRequest request)
AWSAppRunnerResume an active AWS App Runner service. App Runner provisions compute capacity for the service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
resumeService in interface AWSAppRunnerpublic StartDeploymentResult startDeployment(StartDeploymentRequest request)
AWSAppRunnerInitiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an AWS App Runner service.
For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
startDeployment in interface AWSAppRunnerpublic TagResourceResult tagResource(TagResourceRequest request)
AWSAppRunnerAdd tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.
tagResource in interface AWSAppRunnerpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSAppRunnerRemove tags from an App Runner resource.
untagResource in interface AWSAppRunnerpublic UpdateServiceResult updateService(UpdateServiceRequest request)
AWSAppRunnerUpdate an AWS App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.
To update the tags applied to your service, use the separate actions TagResource and UntagResource.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and
the ListOperations call to track the operation's progress.
updateService in interface AWSAppRunnerpublic void shutdown()
AWSAppRunnershutdown in interface AWSAppRunnerpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSAppRunnerResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSAppRunnerrequest - The originally executed request.Copyright © 2021. All rights reserved.