| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.clone() |
Service |
UpdateServiceResult.getService()
The service detail data that's returned by Proton.
|
Service |
CreateServiceResult.getService()
The service detail data that's returned by Proton.
|
Service |
DeleteServiceResult.getService()
The detailed data of the service being deleted.
|
Service |
GetServiceResult.getService()
The detailed data of the requested service.
|
Service |
Service.withArn(String arn)
The Amazon Resource Name (ARN) of the service.
|
Service |
Service.withBranchName(String branchName)
The name of the code repository branch that holds the code that's deployed in Proton.
|
Service |
Service.withCreatedAt(Date createdAt)
The time when the service was created.
|
Service |
Service.withDescription(String description)
A description of the service.
|
Service |
Service.withLastModifiedAt(Date lastModifiedAt)
The time when the service was last modified.
|
Service |
Service.withName(String name)
The name of the service.
|
Service |
Service.withPipeline(ServicePipeline pipeline)
The service pipeline detail data.
|
Service |
Service.withRepositoryConnectionArn(String repositoryConnectionArn)
The Amazon Resource Name (ARN) of the repository connection.
|
Service |
Service.withRepositoryId(String repositoryId)
The ID of the source code repository.
|
Service |
Service.withSpec(String spec)
The formatted specification that defines the service.
|
Service |
Service.withStatus(ServiceStatus status)
The status of the service.
|
Service |
Service.withStatus(String status)
The status of the service.
|
Service |
Service.withStatusMessage(String statusMessage)
A service status message.
|
Service |
Service.withTemplateName(String templateName)
The name of the service template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceResult.setService(Service service)
The service detail data that's returned by Proton.
|
void |
CreateServiceResult.setService(Service service)
The service detail data that's returned by Proton.
|
void |
DeleteServiceResult.setService(Service service)
The detailed data of the service being deleted.
|
void |
GetServiceResult.setService(Service service)
The detailed data of the requested service.
|
UpdateServiceResult |
UpdateServiceResult.withService(Service service)
The service detail data that's returned by Proton.
|
CreateServiceResult |
CreateServiceResult.withService(Service service)
The service detail data that's returned by Proton.
|
DeleteServiceResult |
DeleteServiceResult.withService(Service service)
The detailed data of the service being deleted.
|
GetServiceResult |
GetServiceResult.withService(Service service)
The detailed data of the requested service.
|
Copyright © 2025. All rights reserved.