default AcceptEnvironmentAccountConnectionResponse |
ProtonClient.acceptEnvironmentAccountConnection(Consumer<AcceptEnvironmentAccountConnectionRequest.Builder> acceptEnvironmentAccountConnectionRequest) |
In a management account, an environment account connection request is accepted.
|
default AcceptEnvironmentAccountConnectionResponse |
ProtonClient.acceptEnvironmentAccountConnection(AcceptEnvironmentAccountConnectionRequest acceptEnvironmentAccountConnectionRequest) |
In a management account, an environment account connection request is accepted.
|
default CancelComponentDeploymentResponse |
ProtonClient.cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest) |
Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS deployment
status).
|
default CancelComponentDeploymentResponse |
ProtonClient.cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest) |
Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS deployment
status).
|
default CancelEnvironmentDeploymentResponse |
ProtonClient.cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest) |
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS.
|
default CancelEnvironmentDeploymentResponse |
ProtonClient.cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest) |
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS.
|
default CancelServiceInstanceDeploymentResponse |
ProtonClient.cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest) |
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS.
|
default CancelServiceInstanceDeploymentResponse |
ProtonClient.cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest) |
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS.
|
default CancelServicePipelineDeploymentResponse |
ProtonClient.cancelServicePipelineDeployment(Consumer<CancelServicePipelineDeploymentRequest.Builder> cancelServicePipelineDeploymentRequest) |
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS.
|
default CancelServicePipelineDeploymentResponse |
ProtonClient.cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest) |
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS.
|
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 CreateServiceInstanceResponse |
ProtonClient.createServiceInstance(Consumer<CreateServiceInstanceRequest.Builder> createServiceInstanceRequest) |
Create a service instance.
|
default CreateServiceInstanceResponse |
ProtonClient.createServiceInstance(CreateServiceInstanceRequest createServiceInstanceRequest) |
Create a service instance.
|
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 DeleteComponentResponse |
ProtonClient.deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest) |
Delete an Proton component resource.
|
default DeleteComponentResponse |
ProtonClient.deleteComponent(DeleteComponentRequest deleteComponentRequest) |
Delete an Proton component resource.
|
default DeleteEnvironmentResponse |
ProtonClient.deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest) |
Delete an environment.
|
default DeleteEnvironmentResponse |
ProtonClient.deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest) |
Delete an environment.
|
default DeleteEnvironmentAccountConnectionResponse |
ProtonClient.deleteEnvironmentAccountConnection(Consumer<DeleteEnvironmentAccountConnectionRequest.Builder> deleteEnvironmentAccountConnectionRequest) |
In an environment account, delete an environment account connection.
|
default DeleteEnvironmentAccountConnectionResponse |
ProtonClient.deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest) |
In an environment account, delete an environment account connection.
|
default DeleteEnvironmentTemplateResponse |
ProtonClient.deleteEnvironmentTemplate(Consumer<DeleteEnvironmentTemplateRequest.Builder> deleteEnvironmentTemplateRequest) |
If no other major or minor versions of an environment template exist, delete the environment template.
|
default DeleteEnvironmentTemplateResponse |
ProtonClient.deleteEnvironmentTemplate(DeleteEnvironmentTemplateRequest deleteEnvironmentTemplateRequest) |
If no other major or minor versions of an environment template exist, delete the environment template.
|
default DeleteEnvironmentTemplateVersionResponse |
ProtonClient.deleteEnvironmentTemplateVersion(Consumer<DeleteEnvironmentTemplateVersionRequest.Builder> deleteEnvironmentTemplateVersionRequest) |
If no other minor versions of an environment template exist, delete a major version of the environment template
if it's not the Recommended version.
|
default DeleteEnvironmentTemplateVersionResponse |
ProtonClient.deleteEnvironmentTemplateVersion(DeleteEnvironmentTemplateVersionRequest deleteEnvironmentTemplateVersionRequest) |
If no other minor versions of an environment template exist, delete a major version of the environment template
if it's not the Recommended version.
|
default DeleteRepositoryResponse |
ProtonClient.deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest) |
De-register and unlink your repository.
|
default DeleteRepositoryResponse |
ProtonClient.deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest) |
De-register and unlink your repository.
|
default DeleteServiceResponse |
ProtonClient.deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest) |
Delete a service, with its instances and pipeline.
|
default DeleteServiceResponse |
ProtonClient.deleteService(DeleteServiceRequest deleteServiceRequest) |
Delete a service, with its instances and pipeline.
|
default DeleteServiceSyncConfigResponse |
ProtonClient.deleteServiceSyncConfig(Consumer<DeleteServiceSyncConfigRequest.Builder> deleteServiceSyncConfigRequest) |
Delete the Proton Ops file.
|
default DeleteServiceSyncConfigResponse |
ProtonClient.deleteServiceSyncConfig(DeleteServiceSyncConfigRequest deleteServiceSyncConfigRequest) |
Delete the Proton Ops file.
|
default DeleteServiceTemplateResponse |
ProtonClient.deleteServiceTemplate(Consumer<DeleteServiceTemplateRequest.Builder> deleteServiceTemplateRequest) |
If no other major or minor versions of the service template exist, delete the service template.
|
default DeleteServiceTemplateResponse |
ProtonClient.deleteServiceTemplate(DeleteServiceTemplateRequest deleteServiceTemplateRequest) |
If no other major or minor versions of the service template exist, delete the service template.
|
default DeleteServiceTemplateVersionResponse |
ProtonClient.deleteServiceTemplateVersion(Consumer<DeleteServiceTemplateVersionRequest.Builder> deleteServiceTemplateVersionRequest) |
If no other minor versions of a service template exist, delete a major version of the service template if it's
not the Recommended version.
|
default DeleteServiceTemplateVersionResponse |
ProtonClient.deleteServiceTemplateVersion(DeleteServiceTemplateVersionRequest deleteServiceTemplateVersionRequest) |
If no other minor versions of a service template exist, delete a major version of the service template if it's
not the Recommended version.
|
default DeleteTemplateSyncConfigResponse |
ProtonClient.deleteTemplateSyncConfig(Consumer<DeleteTemplateSyncConfigRequest.Builder> deleteTemplateSyncConfigRequest) |
Delete a template sync configuration.
|
default DeleteTemplateSyncConfigResponse |
ProtonClient.deleteTemplateSyncConfig(DeleteTemplateSyncConfigRequest deleteTemplateSyncConfigRequest) |
Delete a template sync configuration.
|
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 RejectEnvironmentAccountConnectionResponse |
ProtonClient.rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest) |
In a management account, reject an environment account connection from another environment account.
|
default RejectEnvironmentAccountConnectionResponse |
ProtonClient.rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest) |
In a management account, reject an environment account connection from another environment account.
|
default TagResourceResponse |
ProtonClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Tag a resource.
|
default TagResourceResponse |
ProtonClient.tagResource(TagResourceRequest tagResourceRequest) |
Tag a resource.
|
default UntagResourceResponse |
ProtonClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Remove a customer tag from a resource.
|
default UntagResourceResponse |
ProtonClient.untagResource(UntagResourceRequest untagResourceRequest) |
Remove a customer tag from a resource.
|
default UpdateAccountSettingsResponse |
ProtonClient.updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest) |
Update Proton settings that are used for multiple services in the Amazon Web Services account.
|
default UpdateAccountSettingsResponse |
ProtonClient.updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest) |
Update Proton settings that are used for multiple services in the Amazon Web Services account.
|
default UpdateComponentResponse |
ProtonClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest) |
Update a component.
|
default UpdateComponentResponse |
ProtonClient.updateComponent(UpdateComponentRequest updateComponentRequest) |
Update a component.
|
default UpdateEnvironmentResponse |
ProtonClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest) |
Update an environment.
|
default UpdateEnvironmentResponse |
ProtonClient.updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest) |
Update an environment.
|
default UpdateEnvironmentAccountConnectionResponse |
ProtonClient.updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest) |
In an environment account, update an environment account connection to use a new IAM role.
|
default UpdateEnvironmentAccountConnectionResponse |
ProtonClient.updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest) |
In an environment account, update an environment account connection to use a new IAM role.
|
default UpdateEnvironmentTemplateResponse |
ProtonClient.updateEnvironmentTemplate(Consumer<UpdateEnvironmentTemplateRequest.Builder> updateEnvironmentTemplateRequest) |
Update an environment template.
|
default UpdateEnvironmentTemplateResponse |
ProtonClient.updateEnvironmentTemplate(UpdateEnvironmentTemplateRequest updateEnvironmentTemplateRequest) |
Update an environment template.
|
default UpdateEnvironmentTemplateVersionResponse |
ProtonClient.updateEnvironmentTemplateVersion(Consumer<UpdateEnvironmentTemplateVersionRequest.Builder> updateEnvironmentTemplateVersionRequest) |
Update a major or minor version of an environment template.
|
default UpdateEnvironmentTemplateVersionResponse |
ProtonClient.updateEnvironmentTemplateVersion(UpdateEnvironmentTemplateVersionRequest updateEnvironmentTemplateVersionRequest) |
Update a major or minor version of an environment template.
|
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.
|
default UpdateServiceInstanceResponse |
ProtonClient.updateServiceInstance(Consumer<UpdateServiceInstanceRequest.Builder> updateServiceInstanceRequest) |
Update a service instance.
|
default UpdateServiceInstanceResponse |
ProtonClient.updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest) |
Update a service instance.
|
default UpdateServicePipelineResponse |
ProtonClient.updateServicePipeline(Consumer<UpdateServicePipelineRequest.Builder> updateServicePipelineRequest) |
Update the service pipeline.
|
default UpdateServicePipelineResponse |
ProtonClient.updateServicePipeline(UpdateServicePipelineRequest updateServicePipelineRequest) |
Update the service pipeline.
|
default UpdateServiceSyncBlockerResponse |
ProtonClient.updateServiceSyncBlocker(Consumer<UpdateServiceSyncBlockerRequest.Builder> updateServiceSyncBlockerRequest) |
Update the service sync blocker by resolving it.
|
default UpdateServiceSyncBlockerResponse |
ProtonClient.updateServiceSyncBlocker(UpdateServiceSyncBlockerRequest updateServiceSyncBlockerRequest) |
Update the service sync blocker by resolving it.
|
default UpdateServiceSyncConfigResponse |
ProtonClient.updateServiceSyncConfig(Consumer<UpdateServiceSyncConfigRequest.Builder> updateServiceSyncConfigRequest) |
Update the Proton Ops config file.
|
default UpdateServiceSyncConfigResponse |
ProtonClient.updateServiceSyncConfig(UpdateServiceSyncConfigRequest updateServiceSyncConfigRequest) |
Update the Proton Ops config file.
|
default UpdateServiceTemplateResponse |
ProtonClient.updateServiceTemplate(Consumer<UpdateServiceTemplateRequest.Builder> updateServiceTemplateRequest) |
Update a service template.
|
default UpdateServiceTemplateResponse |
ProtonClient.updateServiceTemplate(UpdateServiceTemplateRequest updateServiceTemplateRequest) |
Update a service template.
|
default UpdateServiceTemplateVersionResponse |
ProtonClient.updateServiceTemplateVersion(Consumer<UpdateServiceTemplateVersionRequest.Builder> updateServiceTemplateVersionRequest) |
Update a major or minor version of a service template.
|
default UpdateServiceTemplateVersionResponse |
ProtonClient.updateServiceTemplateVersion(UpdateServiceTemplateVersionRequest updateServiceTemplateVersionRequest) |
Update a major or minor version of a service template.
|
default UpdateTemplateSyncConfigResponse |
ProtonClient.updateTemplateSyncConfig(Consumer<UpdateTemplateSyncConfigRequest.Builder> updateTemplateSyncConfigRequest) |
Update template sync configuration parameters, except for the templateName and
templateType.
|
default UpdateTemplateSyncConfigResponse |
ProtonClient.updateTemplateSyncConfig(UpdateTemplateSyncConfigRequest updateTemplateSyncConfigRequest) |
Update template sync configuration parameters, except for the templateName and
templateType.
|