| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateComponentResponse |
ProtonClient.createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)
Create an Proton component.
|
default CreateComponentResponse |
ProtonClient.createComponent(CreateComponentRequest createComponentRequest)
Create an Proton component.
|
default CreateEnvironmentResponse |
ProtonClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Deploy a new environment.
|
default CreateEnvironmentResponse |
ProtonClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Deploy a new environment.
|
default CreateEnvironmentAccountConnectionResponse |
ProtonClient.createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> createEnvironmentAccountConnectionRequest)
Create an environment account connection in an environment account so that environment infrastructure resources
can be provisioned in the environment account from a management account.
|
default CreateEnvironmentAccountConnectionResponse |
ProtonClient.createEnvironmentAccountConnection(CreateEnvironmentAccountConnectionRequest createEnvironmentAccountConnectionRequest)
Create an environment account connection in an environment account so that environment infrastructure resources
can be provisioned in the environment account from a management account.
|
default CreateEnvironmentTemplateResponse |
ProtonClient.createEnvironmentTemplate(Consumer<CreateEnvironmentTemplateRequest.Builder> createEnvironmentTemplateRequest)
Create an environment template for Proton.
|
default CreateEnvironmentTemplateResponse |
ProtonClient.createEnvironmentTemplate(CreateEnvironmentTemplateRequest createEnvironmentTemplateRequest)
Create an environment template for Proton.
|
default CreateEnvironmentTemplateVersionResponse |
ProtonClient.createEnvironmentTemplateVersion(Consumer<CreateEnvironmentTemplateVersionRequest.Builder> createEnvironmentTemplateVersionRequest)
Create a new major or minor version of an environment template.
|
default CreateEnvironmentTemplateVersionResponse |
ProtonClient.createEnvironmentTemplateVersion(CreateEnvironmentTemplateVersionRequest createEnvironmentTemplateVersionRequest)
Create a new major or minor version of an environment template.
|
default CreateRepositoryResponse |
ProtonClient.createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Create and register a link to a repository.
|
default CreateRepositoryResponse |
ProtonClient.createRepository(CreateRepositoryRequest createRepositoryRequest)
Create and register a link to a repository.
|
default CreateServiceResponse |
ProtonClient.createService(Consumer<CreateServiceRequest.Builder> createServiceRequest)
Create an Proton service.
|
default CreateServiceResponse |
ProtonClient.createService(CreateServiceRequest createServiceRequest)
Create an Proton service.
|
default CreateServiceSyncConfigResponse |
ProtonClient.createServiceSyncConfig(Consumer<CreateServiceSyncConfigRequest.Builder> createServiceSyncConfigRequest)
Create the Proton Ops configuration file.
|
default CreateServiceSyncConfigResponse |
ProtonClient.createServiceSyncConfig(CreateServiceSyncConfigRequest createServiceSyncConfigRequest)
Create the Proton Ops configuration file.
|
default CreateServiceTemplateResponse |
ProtonClient.createServiceTemplate(Consumer<CreateServiceTemplateRequest.Builder> createServiceTemplateRequest)
Create a service template.
|
default CreateServiceTemplateResponse |
ProtonClient.createServiceTemplate(CreateServiceTemplateRequest createServiceTemplateRequest)
Create a service template.
|
default CreateServiceTemplateVersionResponse |
ProtonClient.createServiceTemplateVersion(Consumer<CreateServiceTemplateVersionRequest.Builder> createServiceTemplateVersionRequest)
Create a new major or minor version of a service template.
|
default CreateServiceTemplateVersionResponse |
ProtonClient.createServiceTemplateVersion(CreateServiceTemplateVersionRequest createServiceTemplateVersionRequest)
Create a new major or minor version of a service template.
|
default CreateTemplateSyncConfigResponse |
ProtonClient.createTemplateSyncConfig(Consumer<CreateTemplateSyncConfigRequest.Builder> createTemplateSyncConfigRequest)
Set up a template to create new template versions automatically by tracking a linked repository.
|
default CreateTemplateSyncConfigResponse |
ProtonClient.createTemplateSyncConfig(CreateTemplateSyncConfigRequest createTemplateSyncConfigRequest)
Set up a template to create new template versions automatically by tracking a linked repository.
|
default NotifyResourceDeploymentStatusChangeResponse |
ProtonClient.notifyResourceDeploymentStatusChange(Consumer<NotifyResourceDeploymentStatusChangeRequest.Builder> notifyResourceDeploymentStatusChangeRequest)
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
|
default NotifyResourceDeploymentStatusChangeResponse |
ProtonClient.notifyResourceDeploymentStatusChange(NotifyResourceDeploymentStatusChangeRequest notifyResourceDeploymentStatusChangeRequest)
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
|
default UpdateComponentResponse |
ProtonClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Update a component.
|
default UpdateComponentResponse |
ProtonClient.updateComponent(UpdateComponentRequest updateComponentRequest)
Update a component.
|
default UpdateServiceResponse |
ProtonClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Edit a service description or use a spec to add and delete service instances.
|
default UpdateServiceResponse |
ProtonClient.updateService(UpdateServiceRequest updateServiceRequest)
Edit a service description or use a spec to add and delete service instances.
|
Copyright © 2023. All rights reserved.