| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServiceResult> |
AbstractAWSProtonAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AWSProtonAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Create an Proton service.
|
Future<CreateServiceResult> |
AWSProtonAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
CreateServiceRequest.clone() |
CreateServiceRequest |
CreateServiceRequest.withBranchName(String branchName)
The name of the code repository branch that holds the code that's deployed in Proton.
|
CreateServiceRequest |
CreateServiceRequest.withDescription(String description)
A description of the Proton service.
|
CreateServiceRequest |
CreateServiceRequest.withName(String name)
The service name.
|
CreateServiceRequest |
CreateServiceRequest.withRepositoryConnectionArn(String repositoryConnectionArn)
The Amazon Resource Name (ARN) of the repository connection.
|
CreateServiceRequest |
CreateServiceRequest.withRepositoryId(String repositoryId)
The ID of the code repository.
|
CreateServiceRequest |
CreateServiceRequest.withSpec(String spec)
A link to a spec file that provides inputs as defined in the service template bundle schema file.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton service.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the Proton service.
|
CreateServiceRequest |
CreateServiceRequest.withTemplateMajorVersion(String templateMajorVersion)
The major version of the service template that was used to create the service.
|
CreateServiceRequest |
CreateServiceRequest.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the service template that was used to create the service.
|
CreateServiceRequest |
CreateServiceRequest.withTemplateName(String templateName)
The name of the service template that's used to create the service.
|
Copyright © 2024. All rights reserved.