| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.clone() |
Service |
UpdateServiceResult.getService()
A description of the App Runner service updated by this request.
|
Service |
ResumeServiceResult.getService()
A description of the App Runner service that this request just resumed.
|
Service |
PauseServiceResult.getService()
A description of the App Runner service that this request just paused.
|
Service |
DescribeServiceResult.getService()
A full description of the App Runner service that you specified in this request.
|
Service |
DeleteServiceResult.getService()
A description of the App Runner service that this request just deleted.
|
Service |
CreateServiceResult.getService()
A description of the App Runner service that's created by this request.
|
Service |
Service.withAutoScalingConfigurationSummary(AutoScalingConfigurationSummary autoScalingConfigurationSummary)
Summary information for the App Runner automatic scaling configuration resource that's associated with this
service.
|
Service |
Service.withCreatedAt(Date createdAt)
The time when the App Runner service was created.
|
Service |
Service.withDeletedAt(Date deletedAt)
The time when the App Runner service was deleted.
|
Service |
Service.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that
App Runner maintains for the service.
|
Service |
Service.withHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of this service.
|
Service |
Service.withInstanceConfiguration(InstanceConfiguration instanceConfiguration)
The runtime configuration of instances (scaling units) of this service.
|
Service |
Service.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Configuration settings related to network traffic of the web application that this service runs.
|
Service |
Service.withObservabilityConfiguration(ServiceObservabilityConfiguration observabilityConfiguration)
The observability configuration of this service.
|
Service |
Service.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of this service.
|
Service |
Service.withServiceId(String serviceId)
An ID that App Runner generated for this service.
|
Service |
Service.withServiceName(String serviceName)
The customer-provided service name.
|
Service |
Service.withServiceUrl(String serviceUrl)
A subdomain URL that App Runner generated for this service.
|
Service |
Service.withSourceConfiguration(SourceConfiguration sourceConfiguration)
The source deployed to the App Runner service.
|
Service |
Service.withStatus(ServiceStatus status)
The current state of the App Runner service.
|
Service |
Service.withStatus(String status)
The current state of the App Runner service.
|
Service |
Service.withUpdatedAt(Date updatedAt)
The time when the App Runner service was last updated at.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceResult.setService(Service service)
A description of the App Runner service updated by this request.
|
void |
ResumeServiceResult.setService(Service service)
A description of the App Runner service that this request just resumed.
|
void |
PauseServiceResult.setService(Service service)
A description of the App Runner service that this request just paused.
|
void |
DescribeServiceResult.setService(Service service)
A full description of the App Runner service that you specified in this request.
|
void |
DeleteServiceResult.setService(Service service)
A description of the App Runner service that this request just deleted.
|
void |
CreateServiceResult.setService(Service service)
A description of the App Runner service that's created by this request.
|
UpdateServiceResult |
UpdateServiceResult.withService(Service service)
A description of the App Runner service updated by this request.
|
ResumeServiceResult |
ResumeServiceResult.withService(Service service)
A description of the App Runner service that this request just resumed.
|
PauseServiceResult |
PauseServiceResult.withService(Service service)
A description of the App Runner service that this request just paused.
|
DescribeServiceResult |
DescribeServiceResult.withService(Service service)
A full description of the App Runner service that you specified in this request.
|
DeleteServiceResult |
DeleteServiceResult.withService(Service service)
A description of the App Runner service that this request just deleted.
|
CreateServiceResult |
CreateServiceResult.withService(Service service)
A description of the App Runner service that's created by this request.
|
Copyright © 2025. All rights reserved.