Interface ProtonClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface ProtonClient extends AwsClient
Service client for accessing AWS Proton. This can be created using the staticbuilder()method.This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the actions and data types for the Proton service.
The documentation for each action shows the Query API request parameters and the XML response.
Alternatively, you can use the Amazon Web Services CLI to access an API. For more information, see the Amazon Web Services Command Line Interface User Guide.
The Proton service is a two-pronged automation framework. Administrators create service templates to provide standardized infrastructure and deployment tooling for serverless and container based applications. Developers, in turn, select from the available service templates to automate their application or service deployments.
Because administrators define the infrastructure and tooling that Proton deploys and manages, they need permissions to use all of the listed API operations.
When developers select a specific infrastructure and tooling set, Proton deploys their applications. To monitor their applications that are running on Proton, developers need permissions to the service create, list, update and delete API operations and the service instance list and update API operations.
To learn more about Proton, see the Proton User Guide.
Ensuring Idempotency
When you make a mutating API request, the request typically returns a result before the asynchronous workflows of the operation are complete. Operations might also time out or encounter other server issues before they're complete, even if the request already returned a result. This might make it difficult to determine whether the request succeeded. Moreover, you might need to retry the request multiple times to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the operation occurs multiple times. This means that you might create more resources than you intended.
Idempotency ensures that an API request action completes no more than one time. With an idempotent request, if the original request action completes successfully, any subsequent retries complete successfully without performing any further actions. However, the result might contain updated information, such as the current creation status.
The following lists of APIs are grouped according to methods that ensure idempotency.
Idempotent create APIs with a client token
The API actions in this list support idempotency with the use of a client token. The corresponding Amazon Web Services CLI commands also support idempotency using a client token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request. We recommend that you don't reuse the same client token for other API requests. If you don’t provide a client token for these APIs, a default client token is automatically provided by SDKs.
Given a request action that has succeeded:
If you retry the request using the same client token and the same parameters, the retry succeeds without performing any further actions other than returning the original resource detail data in the response.
If you retry the request using the same client token, but one or more of the parameters are different, the retry throws a
ValidationExceptionwith anIdempotentParameterMismatcherror.Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new resource is created.
If the original resource is deleted and you retry the request, a new resource is created.
Idempotent create APIs with a client token:
-
CreateEnvironmentTemplateVersion
-
CreateServiceTemplateVersion
-
CreateEnvironmentAccountConnection
Idempotent create APIs
Given a request action that has succeeded:
If you retry the request with an API from this group, and the original resource hasn't been modified, the retry succeeds without performing any further actions other than returning the original resource detail data in the response.
If the original resource has been modified, the retry throws a
ConflictException.If you retry with different input parameters, the retry throws a
ValidationExceptionwith anIdempotentParameterMismatcherror.Idempotent create APIs:
-
CreateEnvironmentTemplate
-
CreateServiceTemplate
-
CreateEnvironment
-
CreateService
Idempotent delete APIs
Given a request action that has succeeded:
When you retry the request with an API from this group and the resource was deleted, its metadata is returned in the response.
If you retry and the resource doesn't exist, the response is empty.
In both cases, the retry succeeds.
Idempotent delete APIs:
-
DeleteEnvironmentTemplate
-
DeleteEnvironmentTemplateVersion
-
DeleteServiceTemplate
-
DeleteServiceTemplateVersion
-
DeleteEnvironmentAccountConnection
Asynchronous idempotent delete APIs
Given a request action that has succeeded:
If you retry the request with an API from this group, if the original request delete operation status is
DELETE_IN_PROGRESS, the retry returns the resource detail data in the response without performing any further actions.If the original request delete operation is complete, a retry returns an empty response.
Asynchronous idempotent delete APIs:
-
DeleteEnvironment
-
DeleteService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default AcceptEnvironmentAccountConnectionResponseacceptEnvironmentAccountConnection(Consumer<AcceptEnvironmentAccountConnectionRequest.Builder> acceptEnvironmentAccountConnectionRequest)In a management account, an environment account connection request is accepted.default AcceptEnvironmentAccountConnectionResponseacceptEnvironmentAccountConnection(AcceptEnvironmentAccountConnectionRequest acceptEnvironmentAccountConnectionRequest)In a management account, an environment account connection request is accepted.static ProtonClientBuilderbuilder()Create a builder that can be used to configure and create aProtonClient.default CancelComponentDeploymentResponsecancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest)Attempts to cancel a component deployment (for a component that is in theIN_PROGRESSdeployment status).default CancelComponentDeploymentResponsecancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest)Attempts to cancel a component deployment (for a component that is in theIN_PROGRESSdeployment status).default CancelEnvironmentDeploymentResponsecancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest)Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment isIN_PROGRESS.default CancelEnvironmentDeploymentResponsecancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment isIN_PROGRESS.default CancelServiceInstanceDeploymentResponsecancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS.default CancelServiceInstanceDeploymentResponsecancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS.default CancelServicePipelineDeploymentResponsecancelServicePipelineDeployment(Consumer<CancelServicePipelineDeploymentRequest.Builder> cancelServicePipelineDeploymentRequest)Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment isIN_PROGRESS.default CancelServicePipelineDeploymentResponsecancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest)Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment isIN_PROGRESS.static ProtonClientcreate()Create aProtonClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CreateComponentResponsecreateComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)Create an Proton component.default CreateComponentResponsecreateComponent(CreateComponentRequest createComponentRequest)Create an Proton component.default CreateEnvironmentResponsecreateEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)Deploy a new environment.default CreateEnvironmentResponsecreateEnvironment(CreateEnvironmentRequest createEnvironmentRequest)Deploy a new environment.default CreateEnvironmentAccountConnectionResponsecreateEnvironmentAccountConnection(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 CreateEnvironmentAccountConnectionResponsecreateEnvironmentAccountConnection(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 CreateEnvironmentTemplateResponsecreateEnvironmentTemplate(Consumer<CreateEnvironmentTemplateRequest.Builder> createEnvironmentTemplateRequest)Create an environment template for Proton.default CreateEnvironmentTemplateResponsecreateEnvironmentTemplate(CreateEnvironmentTemplateRequest createEnvironmentTemplateRequest)Create an environment template for Proton.default CreateEnvironmentTemplateVersionResponsecreateEnvironmentTemplateVersion(Consumer<CreateEnvironmentTemplateVersionRequest.Builder> createEnvironmentTemplateVersionRequest)Create a new major or minor version of an environment template.default CreateEnvironmentTemplateVersionResponsecreateEnvironmentTemplateVersion(CreateEnvironmentTemplateVersionRequest createEnvironmentTemplateVersionRequest)Create a new major or minor version of an environment template.default CreateRepositoryResponsecreateRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)Create and register a link to a repository.default CreateRepositoryResponsecreateRepository(CreateRepositoryRequest createRepositoryRequest)Create and register a link to a repository.default CreateServiceResponsecreateService(Consumer<CreateServiceRequest.Builder> createServiceRequest)Create an Proton service.default CreateServiceResponsecreateService(CreateServiceRequest createServiceRequest)Create an Proton service.default CreateServiceInstanceResponsecreateServiceInstance(Consumer<CreateServiceInstanceRequest.Builder> createServiceInstanceRequest)Create a service instance.default CreateServiceInstanceResponsecreateServiceInstance(CreateServiceInstanceRequest createServiceInstanceRequest)Create a service instance.default CreateServiceSyncConfigResponsecreateServiceSyncConfig(Consumer<CreateServiceSyncConfigRequest.Builder> createServiceSyncConfigRequest)Create the Proton Ops configuration file.default CreateServiceSyncConfigResponsecreateServiceSyncConfig(CreateServiceSyncConfigRequest createServiceSyncConfigRequest)Create the Proton Ops configuration file.default CreateServiceTemplateResponsecreateServiceTemplate(Consumer<CreateServiceTemplateRequest.Builder> createServiceTemplateRequest)Create a service template.default CreateServiceTemplateResponsecreateServiceTemplate(CreateServiceTemplateRequest createServiceTemplateRequest)Create a service template.default CreateServiceTemplateVersionResponsecreateServiceTemplateVersion(Consumer<CreateServiceTemplateVersionRequest.Builder> createServiceTemplateVersionRequest)Create a new major or minor version of a service template.default CreateServiceTemplateVersionResponsecreateServiceTemplateVersion(CreateServiceTemplateVersionRequest createServiceTemplateVersionRequest)Create a new major or minor version of a service template.default CreateTemplateSyncConfigResponsecreateTemplateSyncConfig(Consumer<CreateTemplateSyncConfigRequest.Builder> createTemplateSyncConfigRequest)Set up a template to create new template versions automatically by tracking a linked repository.default CreateTemplateSyncConfigResponsecreateTemplateSyncConfig(CreateTemplateSyncConfigRequest createTemplateSyncConfigRequest)Set up a template to create new template versions automatically by tracking a linked repository.default DeleteComponentResponsedeleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest)Delete an Proton component resource.default DeleteComponentResponsedeleteComponent(DeleteComponentRequest deleteComponentRequest)Delete an Proton component resource.default DeleteDeploymentResponsedeleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest)Delete the deployment.default DeleteDeploymentResponsedeleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Delete the deployment.default DeleteEnvironmentResponsedeleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)Delete an environment.default DeleteEnvironmentResponsedeleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)Delete an environment.default DeleteEnvironmentAccountConnectionResponsedeleteEnvironmentAccountConnection(Consumer<DeleteEnvironmentAccountConnectionRequest.Builder> deleteEnvironmentAccountConnectionRequest)In an environment account, delete an environment account connection.default DeleteEnvironmentAccountConnectionResponsedeleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest)In an environment account, delete an environment account connection.default DeleteEnvironmentTemplateResponsedeleteEnvironmentTemplate(Consumer<DeleteEnvironmentTemplateRequest.Builder> deleteEnvironmentTemplateRequest)If no other major or minor versions of an environment template exist, delete the environment template.default DeleteEnvironmentTemplateResponsedeleteEnvironmentTemplate(DeleteEnvironmentTemplateRequest deleteEnvironmentTemplateRequest)If no other major or minor versions of an environment template exist, delete the environment template.default DeleteEnvironmentTemplateVersionResponsedeleteEnvironmentTemplateVersion(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 theRecommendedversion.default DeleteEnvironmentTemplateVersionResponsedeleteEnvironmentTemplateVersion(DeleteEnvironmentTemplateVersionRequest deleteEnvironmentTemplateVersionRequest)If no other minor versions of an environment template exist, delete a major version of the environment template if it's not theRecommendedversion.default DeleteRepositoryResponsedeleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)De-register and unlink your repository.default DeleteRepositoryResponsedeleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)De-register and unlink your repository.default DeleteServiceResponsedeleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest)Delete a service, with its instances and pipeline.default DeleteServiceResponsedeleteService(DeleteServiceRequest deleteServiceRequest)Delete a service, with its instances and pipeline.default DeleteServiceSyncConfigResponsedeleteServiceSyncConfig(Consumer<DeleteServiceSyncConfigRequest.Builder> deleteServiceSyncConfigRequest)Delete the Proton Ops file.default DeleteServiceSyncConfigResponsedeleteServiceSyncConfig(DeleteServiceSyncConfigRequest deleteServiceSyncConfigRequest)Delete the Proton Ops file.default DeleteServiceTemplateResponsedeleteServiceTemplate(Consumer<DeleteServiceTemplateRequest.Builder> deleteServiceTemplateRequest)If no other major or minor versions of the service template exist, delete the service template.default DeleteServiceTemplateResponsedeleteServiceTemplate(DeleteServiceTemplateRequest deleteServiceTemplateRequest)If no other major or minor versions of the service template exist, delete the service template.default DeleteServiceTemplateVersionResponsedeleteServiceTemplateVersion(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 theRecommendedversion.default DeleteServiceTemplateVersionResponsedeleteServiceTemplateVersion(DeleteServiceTemplateVersionRequest deleteServiceTemplateVersionRequest)If no other minor versions of a service template exist, delete a major version of the service template if it's not theRecommendedversion.default DeleteTemplateSyncConfigResponsedeleteTemplateSyncConfig(Consumer<DeleteTemplateSyncConfigRequest.Builder> deleteTemplateSyncConfigRequest)Delete a template sync configuration.default DeleteTemplateSyncConfigResponsedeleteTemplateSyncConfig(DeleteTemplateSyncConfigRequest deleteTemplateSyncConfigRequest)Delete a template sync configuration.default GetAccountSettingsResponsegetAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Get detail data for Proton account-wide settings.default GetAccountSettingsResponsegetAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Get detail data for Proton account-wide settings.default GetComponentResponsegetComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Get detailed data for a component.default GetComponentResponsegetComponent(GetComponentRequest getComponentRequest)Get detailed data for a component.default GetDeploymentResponsegetDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Get detailed data for a deployment.default GetDeploymentResponsegetDeployment(GetDeploymentRequest getDeploymentRequest)Get detailed data for a deployment.default GetEnvironmentResponsegetEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)Get detailed data for an environment.default GetEnvironmentResponsegetEnvironment(GetEnvironmentRequest getEnvironmentRequest)Get detailed data for an environment.default GetEnvironmentAccountConnectionResponsegetEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest)In an environment account, get the detailed data for an environment account connection.default GetEnvironmentAccountConnectionResponsegetEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest)In an environment account, get the detailed data for an environment account connection.default GetEnvironmentTemplateResponsegetEnvironmentTemplate(Consumer<GetEnvironmentTemplateRequest.Builder> getEnvironmentTemplateRequest)Get detailed data for an environment template.default GetEnvironmentTemplateResponsegetEnvironmentTemplate(GetEnvironmentTemplateRequest getEnvironmentTemplateRequest)Get detailed data for an environment template.default GetEnvironmentTemplateVersionResponsegetEnvironmentTemplateVersion(Consumer<GetEnvironmentTemplateVersionRequest.Builder> getEnvironmentTemplateVersionRequest)Get detailed data for a major or minor version of an environment template.default GetEnvironmentTemplateVersionResponsegetEnvironmentTemplateVersion(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest)Get detailed data for a major or minor version of an environment template.default GetRepositoryResponsegetRepository(Consumer<GetRepositoryRequest.Builder> getRepositoryRequest)Get detail data for a linked repository.default GetRepositoryResponsegetRepository(GetRepositoryRequest getRepositoryRequest)Get detail data for a linked repository.default GetRepositorySyncStatusResponsegetRepositorySyncStatus(Consumer<GetRepositorySyncStatusRequest.Builder> getRepositorySyncStatusRequest)Get the sync status of a repository used for Proton template sync.default GetRepositorySyncStatusResponsegetRepositorySyncStatus(GetRepositorySyncStatusRequest getRepositorySyncStatusRequest)Get the sync status of a repository used for Proton template sync.default GetResourcesSummaryResponsegetResourcesSummary(Consumer<GetResourcesSummaryRequest.Builder> getResourcesSummaryRequest)Get counts of Proton resources.default GetResourcesSummaryResponsegetResourcesSummary(GetResourcesSummaryRequest getResourcesSummaryRequest)Get counts of Proton resources.default GetServiceResponsegetService(Consumer<GetServiceRequest.Builder> getServiceRequest)Get detailed data for a service.default GetServiceResponsegetService(GetServiceRequest getServiceRequest)Get detailed data for a service.default GetServiceInstanceResponsegetServiceInstance(Consumer<GetServiceInstanceRequest.Builder> getServiceInstanceRequest)Get detailed data for a service instance.default GetServiceInstanceResponsegetServiceInstance(GetServiceInstanceRequest getServiceInstanceRequest)Get detailed data for a service instance.default GetServiceInstanceSyncStatusResponsegetServiceInstanceSyncStatus(Consumer<GetServiceInstanceSyncStatusRequest.Builder> getServiceInstanceSyncStatusRequest)Get the status of the synced service instance.default GetServiceInstanceSyncStatusResponsegetServiceInstanceSyncStatus(GetServiceInstanceSyncStatusRequest getServiceInstanceSyncStatusRequest)Get the status of the synced service instance.default GetServiceSyncBlockerSummaryResponsegetServiceSyncBlockerSummary(Consumer<GetServiceSyncBlockerSummaryRequest.Builder> getServiceSyncBlockerSummaryRequest)Get detailed data for the service sync blocker summary.default GetServiceSyncBlockerSummaryResponsegetServiceSyncBlockerSummary(GetServiceSyncBlockerSummaryRequest getServiceSyncBlockerSummaryRequest)Get detailed data for the service sync blocker summary.default GetServiceSyncConfigResponsegetServiceSyncConfig(Consumer<GetServiceSyncConfigRequest.Builder> getServiceSyncConfigRequest)Get detailed information for the service sync configuration.default GetServiceSyncConfigResponsegetServiceSyncConfig(GetServiceSyncConfigRequest getServiceSyncConfigRequest)Get detailed information for the service sync configuration.default GetServiceTemplateResponsegetServiceTemplate(Consumer<GetServiceTemplateRequest.Builder> getServiceTemplateRequest)Get detailed data for a service template.default GetServiceTemplateResponsegetServiceTemplate(GetServiceTemplateRequest getServiceTemplateRequest)Get detailed data for a service template.default GetServiceTemplateVersionResponsegetServiceTemplateVersion(Consumer<GetServiceTemplateVersionRequest.Builder> getServiceTemplateVersionRequest)Get detailed data for a major or minor version of a service template.default GetServiceTemplateVersionResponsegetServiceTemplateVersion(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest)Get detailed data for a major or minor version of a service template.default GetTemplateSyncConfigResponsegetTemplateSyncConfig(Consumer<GetTemplateSyncConfigRequest.Builder> getTemplateSyncConfigRequest)Get detail data for a template sync configuration.default GetTemplateSyncConfigResponsegetTemplateSyncConfig(GetTemplateSyncConfigRequest getTemplateSyncConfigRequest)Get detail data for a template sync configuration.default GetTemplateSyncStatusResponsegetTemplateSyncStatus(Consumer<GetTemplateSyncStatusRequest.Builder> getTemplateSyncStatusRequest)Get the status of a template sync.default GetTemplateSyncStatusResponsegetTemplateSyncStatus(GetTemplateSyncStatusRequest getTemplateSyncStatusRequest)Get the status of a template sync.default ListComponentOutputsResponselistComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs.default ListComponentOutputsResponselistComponentOutputs(ListComponentOutputsRequest listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs.default ListComponentOutputsIterablelistComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs.default ListComponentOutputsIterablelistComponentOutputsPaginator(ListComponentOutputsRequest listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs.default ListComponentProvisionedResourcesResponselistComponentProvisionedResources(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest)List provisioned resources for a component with details.default ListComponentProvisionedResourcesResponselistComponentProvisionedResources(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest)List provisioned resources for a component with details.default ListComponentProvisionedResourcesIterablelistComponentProvisionedResourcesPaginator(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest)List provisioned resources for a component with details.default ListComponentProvisionedResourcesIterablelistComponentProvisionedResourcesPaginator(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest)List provisioned resources for a component with details.default ListComponentsResponselistComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)List components with summary data.default ListComponentsResponselistComponents(ListComponentsRequest listComponentsRequest)List components with summary data.default ListComponentsIterablelistComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)List components with summary data.default ListComponentsIterablelistComponentsPaginator(ListComponentsRequest listComponentsRequest)List components with summary data.default ListDeploymentsResponselistDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)List deployments.default ListDeploymentsResponselistDeployments(ListDeploymentsRequest listDeploymentsRequest)List deployments.default ListDeploymentsIterablelistDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)List deployments.default ListDeploymentsIterablelistDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)List deployments.default ListEnvironmentAccountConnectionsResponselistEnvironmentAccountConnections(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest)View a list of environment account connections.default ListEnvironmentAccountConnectionsResponselistEnvironmentAccountConnections(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest)View a list of environment account connections.default ListEnvironmentAccountConnectionsIterablelistEnvironmentAccountConnectionsPaginator(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest)View a list of environment account connections.default ListEnvironmentAccountConnectionsIterablelistEnvironmentAccountConnectionsPaginator(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest)View a list of environment account connections.default ListEnvironmentOutputsResponselistEnvironmentOutputs(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest)List the infrastructure as code outputs for your environment.default ListEnvironmentOutputsResponselistEnvironmentOutputs(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest)List the infrastructure as code outputs for your environment.default ListEnvironmentOutputsIterablelistEnvironmentOutputsPaginator(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest)List the infrastructure as code outputs for your environment.default ListEnvironmentOutputsIterablelistEnvironmentOutputsPaginator(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest)List the infrastructure as code outputs for your environment.default ListEnvironmentProvisionedResourcesResponselistEnvironmentProvisionedResources(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest)List the provisioned resources for your environment.default ListEnvironmentProvisionedResourcesResponselistEnvironmentProvisionedResources(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest)List the provisioned resources for your environment.default ListEnvironmentProvisionedResourcesIterablelistEnvironmentProvisionedResourcesPaginator(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest)List the provisioned resources for your environment.default ListEnvironmentProvisionedResourcesIterablelistEnvironmentProvisionedResourcesPaginator(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest)List the provisioned resources for your environment.default ListEnvironmentsResponselistEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)List environments with detail data summaries.default ListEnvironmentsResponselistEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)List environments with detail data summaries.default ListEnvironmentsIterablelistEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)List environments with detail data summaries.default ListEnvironmentsIterablelistEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest)List environments with detail data summaries.default ListEnvironmentTemplatesResponselistEnvironmentTemplates(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest)List environment templates.default ListEnvironmentTemplatesResponselistEnvironmentTemplates(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest)List environment templates.default ListEnvironmentTemplatesIterablelistEnvironmentTemplatesPaginator(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest)List environment templates.default ListEnvironmentTemplatesIterablelistEnvironmentTemplatesPaginator(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest)List environment templates.default ListEnvironmentTemplateVersionsResponselistEnvironmentTemplateVersions(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest)List major or minor versions of an environment template with detail data.default ListEnvironmentTemplateVersionsResponselistEnvironmentTemplateVersions(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest)List major or minor versions of an environment template with detail data.default ListEnvironmentTemplateVersionsIterablelistEnvironmentTemplateVersionsPaginator(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest)List major or minor versions of an environment template with detail data.default ListEnvironmentTemplateVersionsIterablelistEnvironmentTemplateVersionsPaginator(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest)List major or minor versions of an environment template with detail data.default ListRepositoriesResponselistRepositories(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest)List linked repositories with detail data.default ListRepositoriesResponselistRepositories(ListRepositoriesRequest listRepositoriesRequest)List linked repositories with detail data.default ListRepositoriesIterablelistRepositoriesPaginator(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest)List linked repositories with detail data.default ListRepositoriesIterablelistRepositoriesPaginator(ListRepositoriesRequest listRepositoriesRequest)List linked repositories with detail data.default ListRepositorySyncDefinitionsResponselistRepositorySyncDefinitions(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest)List repository sync definitions with detail data.default ListRepositorySyncDefinitionsResponselistRepositorySyncDefinitions(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest)List repository sync definitions with detail data.default ListRepositorySyncDefinitionsIterablelistRepositorySyncDefinitionsPaginator(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest)List repository sync definitions with detail data.default ListRepositorySyncDefinitionsIterablelistRepositorySyncDefinitionsPaginator(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest)List repository sync definitions with detail data.default ListServiceInstanceOutputsResponselistServiceInstanceOutputs(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs.default ListServiceInstanceOutputsResponselistServiceInstanceOutputs(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs.default ListServiceInstanceOutputsIterablelistServiceInstanceOutputsPaginator(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs.default ListServiceInstanceOutputsIterablelistServiceInstanceOutputsPaginator(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs.default ListServiceInstanceProvisionedResourcesResponselistServiceInstanceProvisionedResources(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest)List provisioned resources for a service instance with details.default ListServiceInstanceProvisionedResourcesResponselistServiceInstanceProvisionedResources(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest)List provisioned resources for a service instance with details.default ListServiceInstanceProvisionedResourcesIterablelistServiceInstanceProvisionedResourcesPaginator(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest)List provisioned resources for a service instance with details.default ListServiceInstanceProvisionedResourcesIterablelistServiceInstanceProvisionedResourcesPaginator(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest)List provisioned resources for a service instance with details.default ListServiceInstancesResponselistServiceInstances(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest)List service instances with summary data.default ListServiceInstancesResponselistServiceInstances(ListServiceInstancesRequest listServiceInstancesRequest)List service instances with summary data.default ListServiceInstancesIterablelistServiceInstancesPaginator(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest)List service instances with summary data.default ListServiceInstancesIterablelistServiceInstancesPaginator(ListServiceInstancesRequest listServiceInstancesRequest)List service instances with summary data.default ListServicePipelineOutputsResponselistServicePipelineOutputs(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest)Get a list of service pipeline Infrastructure as Code (IaC) outputs.default ListServicePipelineOutputsResponselistServicePipelineOutputs(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest)Get a list of service pipeline Infrastructure as Code (IaC) outputs.default ListServicePipelineOutputsIterablelistServicePipelineOutputsPaginator(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest)Get a list of service pipeline Infrastructure as Code (IaC) outputs.default ListServicePipelineOutputsIterablelistServicePipelineOutputsPaginator(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest)Get a list of service pipeline Infrastructure as Code (IaC) outputs.default ListServicePipelineProvisionedResourcesResponselistServicePipelineProvisionedResources(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest)List provisioned resources for a service and pipeline with details.default ListServicePipelineProvisionedResourcesResponselistServicePipelineProvisionedResources(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest)List provisioned resources for a service and pipeline with details.default ListServicePipelineProvisionedResourcesIterablelistServicePipelineProvisionedResourcesPaginator(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest)List provisioned resources for a service and pipeline with details.default ListServicePipelineProvisionedResourcesIterablelistServicePipelineProvisionedResourcesPaginator(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest)List provisioned resources for a service and pipeline with details.default ListServicesResponselistServices(Consumer<ListServicesRequest.Builder> listServicesRequest)List services with summaries of detail data.default ListServicesResponselistServices(ListServicesRequest listServicesRequest)List services with summaries of detail data.default ListServicesIterablelistServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)List services with summaries of detail data.default ListServicesIterablelistServicesPaginator(ListServicesRequest listServicesRequest)List services with summaries of detail data.default ListServiceTemplatesResponselistServiceTemplates(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest)List service templates with detail data.default ListServiceTemplatesResponselistServiceTemplates(ListServiceTemplatesRequest listServiceTemplatesRequest)List service templates with detail data.default ListServiceTemplatesIterablelistServiceTemplatesPaginator(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest)List service templates with detail data.default ListServiceTemplatesIterablelistServiceTemplatesPaginator(ListServiceTemplatesRequest listServiceTemplatesRequest)List service templates with detail data.default ListServiceTemplateVersionsResponselistServiceTemplateVersions(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest)List major or minor versions of a service template with detail data.default ListServiceTemplateVersionsResponselistServiceTemplateVersions(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest)List major or minor versions of a service template with detail data.default ListServiceTemplateVersionsIterablelistServiceTemplateVersionsPaginator(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest)List major or minor versions of a service template with detail data.default ListServiceTemplateVersionsIterablelistServiceTemplateVersionsPaginator(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest)List major or minor versions of a service template with detail data.default ListTagsForResourceResponselistTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List tags for a resource.default ListTagsForResourceResponselistTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List tags for a resource.default ListTagsForResourceIterablelistTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List tags for a resource.default ListTagsForResourceIterablelistTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)List tags for a resource.default NotifyResourceDeploymentStatusChangeResponsenotifyResourceDeploymentStatusChange(Consumer<NotifyResourceDeploymentStatusChangeRequest.Builder> notifyResourceDeploymentStatusChangeRequest)Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.default NotifyResourceDeploymentStatusChangeResponsenotifyResourceDeploymentStatusChange(NotifyResourceDeploymentStatusChangeRequest notifyResourceDeploymentStatusChangeRequest)Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.default RejectEnvironmentAccountConnectionResponserejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest)In a management account, reject an environment account connection from another environment account.default RejectEnvironmentAccountConnectionResponserejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest)In a management account, reject an environment account connection from another environment account.default ProtonServiceClientConfigurationserviceClientConfiguration()static ServiceMetadataserviceMetadata()default TagResourceResponsetagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tag a resource.default TagResourceResponsetagResource(TagResourceRequest tagResourceRequest)Tag a resource.default UntagResourceResponseuntagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove a customer tag from a resource.default UntagResourceResponseuntagResource(UntagResourceRequest untagResourceRequest)Remove a customer tag from a resource.default UpdateAccountSettingsResponseupdateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Update Proton settings that are used for multiple services in the Amazon Web Services account.default UpdateAccountSettingsResponseupdateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)Update Proton settings that are used for multiple services in the Amazon Web Services account.default UpdateComponentResponseupdateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)Update a component.default UpdateComponentResponseupdateComponent(UpdateComponentRequest updateComponentRequest)Update a component.default UpdateEnvironmentResponseupdateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Update an environment.default UpdateEnvironmentResponseupdateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Update an environment.default UpdateEnvironmentAccountConnectionResponseupdateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role.default UpdateEnvironmentAccountConnectionResponseupdateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role.default UpdateEnvironmentTemplateResponseupdateEnvironmentTemplate(Consumer<UpdateEnvironmentTemplateRequest.Builder> updateEnvironmentTemplateRequest)Update an environment template.default UpdateEnvironmentTemplateResponseupdateEnvironmentTemplate(UpdateEnvironmentTemplateRequest updateEnvironmentTemplateRequest)Update an environment template.default UpdateEnvironmentTemplateVersionResponseupdateEnvironmentTemplateVersion(Consumer<UpdateEnvironmentTemplateVersionRequest.Builder> updateEnvironmentTemplateVersionRequest)Update a major or minor version of an environment template.default UpdateEnvironmentTemplateVersionResponseupdateEnvironmentTemplateVersion(UpdateEnvironmentTemplateVersionRequest updateEnvironmentTemplateVersionRequest)Update a major or minor version of an environment template.default UpdateServiceResponseupdateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)Edit a service description or use a spec to add and delete service instances.default UpdateServiceResponseupdateService(UpdateServiceRequest updateServiceRequest)Edit a service description or use a spec to add and delete service instances.default UpdateServiceInstanceResponseupdateServiceInstance(Consumer<UpdateServiceInstanceRequest.Builder> updateServiceInstanceRequest)Update a service instance.default UpdateServiceInstanceResponseupdateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest)Update a service instance.default UpdateServicePipelineResponseupdateServicePipeline(Consumer<UpdateServicePipelineRequest.Builder> updateServicePipelineRequest)Update the service pipeline.default UpdateServicePipelineResponseupdateServicePipeline(UpdateServicePipelineRequest updateServicePipelineRequest)Update the service pipeline.default UpdateServiceSyncBlockerResponseupdateServiceSyncBlocker(Consumer<UpdateServiceSyncBlockerRequest.Builder> updateServiceSyncBlockerRequest)Update the service sync blocker by resolving it.default UpdateServiceSyncBlockerResponseupdateServiceSyncBlocker(UpdateServiceSyncBlockerRequest updateServiceSyncBlockerRequest)Update the service sync blocker by resolving it.default UpdateServiceSyncConfigResponseupdateServiceSyncConfig(Consumer<UpdateServiceSyncConfigRequest.Builder> updateServiceSyncConfigRequest)Update the Proton Ops config file.default UpdateServiceSyncConfigResponseupdateServiceSyncConfig(UpdateServiceSyncConfigRequest updateServiceSyncConfigRequest)Update the Proton Ops config file.default UpdateServiceTemplateResponseupdateServiceTemplate(Consumer<UpdateServiceTemplateRequest.Builder> updateServiceTemplateRequest)Update a service template.default UpdateServiceTemplateResponseupdateServiceTemplate(UpdateServiceTemplateRequest updateServiceTemplateRequest)Update a service template.default UpdateServiceTemplateVersionResponseupdateServiceTemplateVersion(Consumer<UpdateServiceTemplateVersionRequest.Builder> updateServiceTemplateVersionRequest)Update a major or minor version of a service template.default UpdateServiceTemplateVersionResponseupdateServiceTemplateVersion(UpdateServiceTemplateVersionRequest updateServiceTemplateVersionRequest)Update a major or minor version of a service template.default UpdateTemplateSyncConfigResponseupdateTemplateSyncConfig(Consumer<UpdateTemplateSyncConfigRequest.Builder> updateTemplateSyncConfigRequest)Update template sync configuration parameters, except for thetemplateNameandtemplateType.default UpdateTemplateSyncConfigResponseupdateTemplateSyncConfig(UpdateTemplateSyncConfigRequest updateTemplateSyncConfigRequest)Update template sync configuration parameters, except for thetemplateNameandtemplateType.default ProtonWaiterwaiter()Create an instance ofProtonWaiterusing this client.-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
acceptEnvironmentAccountConnection
default AcceptEnvironmentAccountConnectionResponse acceptEnvironmentAccountConnection(AcceptEnvironmentAccountConnectionRequest acceptEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.
For more information, see Environment account connections in the Proton User guide.
- Parameters:
acceptEnvironmentAccountConnectionRequest-- Returns:
- Result of the AcceptEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
acceptEnvironmentAccountConnection
default AcceptEnvironmentAccountConnectionResponse acceptEnvironmentAccountConnection(Consumer<AcceptEnvironmentAccountConnectionRequest.Builder> acceptEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the
AcceptEnvironmentAccountConnectionRequest.Builderavoiding the need to create one manually viaAcceptEnvironmentAccountConnectionRequest.builder()- Parameters:
acceptEnvironmentAccountConnectionRequest- AConsumerthat will call methods onAcceptEnvironmentAccountConnectionRequest.Builderto create a request.- Returns:
- Result of the AcceptEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelComponentDeployment
default CancelComponentDeploymentResponse cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESSdeployment status).For more information about components, see Proton components in the Proton User Guide.
- Parameters:
cancelComponentDeploymentRequest-- Returns:
- Result of the CancelComponentDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelComponentDeployment
default CancelComponentDeploymentResponse cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESSdeployment status).For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
CancelComponentDeploymentRequest.Builderavoiding the need to create one manually viaCancelComponentDeploymentRequest.builder()- Parameters:
cancelComponentDeploymentRequest- AConsumerthat will call methods onCancelComponentDeploymentRequest.Builderto create a request.- Returns:
- Result of the CancelComponentDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
cancelEnvironmentDeployment
default CancelEnvironmentDeploymentResponse cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS. For more information, see Update an environment in the Proton User guide.The following list includes potential cancellation scenarios.
-
If the cancellation attempt succeeds, the resulting deployment state is
CANCELLED. -
If the cancellation attempt fails, the resulting deployment state is
FAILED. -
If the current UpdateEnvironment action succeeds before the cancellation attempt starts, the resulting deployment state is
SUCCEEDEDand the cancellation attempt has no effect.
- Parameters:
cancelEnvironmentDeploymentRequest-- Returns:
- Result of the CancelEnvironmentDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
cancelEnvironmentDeployment
default CancelEnvironmentDeploymentResponse cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS. For more information, see Update an environment in the Proton User guide.The following list includes potential cancellation scenarios.
-
If the cancellation attempt succeeds, the resulting deployment state is
CANCELLED. -
If the cancellation attempt fails, the resulting deployment state is
FAILED. -
If the current UpdateEnvironment action succeeds before the cancellation attempt starts, the resulting deployment state is
SUCCEEDEDand the cancellation attempt has no effect.
This is a convenience which creates an instance of the
CancelEnvironmentDeploymentRequest.Builderavoiding the need to create one manually viaCancelEnvironmentDeploymentRequest.builder()- Parameters:
cancelEnvironmentDeploymentRequest- AConsumerthat will call methods onCancelEnvironmentDeploymentRequest.Builderto create a request.- Returns:
- Result of the CancelEnvironmentDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
cancelServiceInstanceDeployment
default CancelServiceInstanceDeploymentResponse cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS. For more information, see Update a service instance in the Proton User guide.The following list includes potential cancellation scenarios.
-
If the cancellation attempt succeeds, the resulting deployment state is
CANCELLED. -
If the cancellation attempt fails, the resulting deployment state is
FAILED. -
If the current UpdateServiceInstance action succeeds before the cancellation attempt starts, the resulting deployment state is
SUCCEEDEDand the cancellation attempt has no effect.
- Parameters:
cancelServiceInstanceDeploymentRequest-- Returns:
- Result of the CancelServiceInstanceDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
cancelServiceInstanceDeployment
default CancelServiceInstanceDeploymentResponse cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS. For more information, see Update a service instance in the Proton User guide.The following list includes potential cancellation scenarios.
-
If the cancellation attempt succeeds, the resulting deployment state is
CANCELLED. -
If the cancellation attempt fails, the resulting deployment state is
FAILED. -
If the current UpdateServiceInstance action succeeds before the cancellation attempt starts, the resulting deployment state is
SUCCEEDEDand the cancellation attempt has no effect.
This is a convenience which creates an instance of the
CancelServiceInstanceDeploymentRequest.Builderavoiding the need to create one manually viaCancelServiceInstanceDeploymentRequest.builder()- Parameters:
cancelServiceInstanceDeploymentRequest- AConsumerthat will call methods onCancelServiceInstanceDeploymentRequest.Builderto create a request.- Returns:
- Result of the CancelServiceInstanceDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
cancelServicePipelineDeployment
default CancelServicePipelineDeploymentResponse cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS. For more information, see Update a service pipeline in the Proton User guide.The following list includes potential cancellation scenarios.
-
If the cancellation attempt succeeds, the resulting deployment state is
CANCELLED. -
If the cancellation attempt fails, the resulting deployment state is
FAILED. -
If the current UpdateServicePipeline action succeeds before the cancellation attempt starts, the resulting deployment state is
SUCCEEDEDand the cancellation attempt has no effect.
- Parameters:
cancelServicePipelineDeploymentRequest-- Returns:
- Result of the CancelServicePipelineDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
cancelServicePipelineDeployment
default CancelServicePipelineDeploymentResponse cancelServicePipelineDeployment(Consumer<CancelServicePipelineDeploymentRequest.Builder> cancelServicePipelineDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is
IN_PROGRESS. For more information, see Update a service pipeline in the Proton User guide.The following list includes potential cancellation scenarios.
-
If the cancellation attempt succeeds, the resulting deployment state is
CANCELLED. -
If the cancellation attempt fails, the resulting deployment state is
FAILED. -
If the current UpdateServicePipeline action succeeds before the cancellation attempt starts, the resulting deployment state is
SUCCEEDEDand the cancellation attempt has no effect.
This is a convenience which creates an instance of the
CancelServicePipelineDeploymentRequest.Builderavoiding the need to create one manually viaCancelServicePipelineDeploymentRequest.builder()- Parameters:
cancelServicePipelineDeploymentRequest- AConsumerthat will call methods onCancelServicePipelineDeploymentRequest.Builderto create a request.- Returns:
- Result of the CancelServicePipelineDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
createComponent
default CreateComponentResponse createComponent(CreateComponentRequest createComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton component. A component is an infrastructure extension for a service instance.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
createComponentRequest-- Returns:
- Result of the CreateComponent operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createComponent
default CreateComponentResponse createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton component. A component is an infrastructure extension for a service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
CreateComponentRequest.Builderavoiding the need to create one manually viaCreateComponentRequest.builder()- Parameters:
createComponentRequest- AConsumerthat will call methods onCreateComponentRequest.Builderto create a request.- Returns:
- Result of the CreateComponent operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironment
default CreateEnvironmentResponse createEnvironment(CreateEnvironmentRequest createEnvironmentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services.
You can provision environments using the following methods:
-
Amazon Web Services-managed provisioning: Proton makes direct calls to provision your resources.
-
Self-managed provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your IaC engine uses to provision resources.
For more information, see Environments and Provisioning methods in the Proton User Guide.
- Parameters:
createEnvironmentRequest-- Returns:
- Result of the CreateEnvironment operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
createEnvironment
default CreateEnvironmentResponse createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services.
You can provision environments using the following methods:
-
Amazon Web Services-managed provisioning: Proton makes direct calls to provision your resources.
-
Self-managed provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your IaC engine uses to provision resources.
For more information, see Environments and Provisioning methods in the Proton User Guide.
This is a convenience which creates an instance of the
CreateEnvironmentRequest.Builderavoiding the need to create one manually viaCreateEnvironmentRequest.builder()- Parameters:
createEnvironmentRequest- AConsumerthat will call methods onCreateEnvironmentRequest.Builderto create a request.- Returns:
- Result of the CreateEnvironment operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
createEnvironmentAccountConnection
default CreateEnvironmentAccountConnectionResponse createEnvironmentAccountConnection(CreateEnvironmentAccountConnectionRequest createEnvironmentAccountConnectionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.
An environment account connection is a secure bi-directional connection between a management account and an environment account that maintains authorization and permissions. For more information, see Environment account connections in the Proton User guide.
- Parameters:
createEnvironmentAccountConnectionRequest-- Returns:
- Result of the CreateEnvironmentAccountConnection operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironmentAccountConnection
default CreateEnvironmentAccountConnectionResponse createEnvironmentAccountConnection(Consumer<CreateEnvironmentAccountConnectionRequest.Builder> createEnvironmentAccountConnectionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
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.
An environment account connection is a secure bi-directional connection between a management account and an environment account that maintains authorization and permissions. For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the
CreateEnvironmentAccountConnectionRequest.Builderavoiding the need to create one manually viaCreateEnvironmentAccountConnectionRequest.builder()- Parameters:
createEnvironmentAccountConnectionRequest- AConsumerthat will call methods onCreateEnvironmentAccountConnectionRequest.Builderto create a request.- Returns:
- Result of the CreateEnvironmentAccountConnection operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironmentTemplate
default CreateEnvironmentTemplateResponse createEnvironmentTemplate(CreateEnvironmentTemplateRequest createEnvironmentTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an environment template for Proton. For more information, see Environment Templates in the Proton User Guide.
You can create an environment template in one of the two following ways:
-
Register and publish a standard environment template that instructs Proton to deploy and manage environment infrastructure.
-
Register and publish a customer managed environment template that connects Proton to your existing provisioned infrastructure that you manage. Proton doesn't manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the
provisioningparameter and set the value toCUSTOMER_MANAGED. For more information, see Register and publish an environment template in the Proton User Guide.
- Parameters:
createEnvironmentTemplateRequest-- Returns:
- Result of the CreateEnvironmentTemplate operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
createEnvironmentTemplate
default CreateEnvironmentTemplateResponse createEnvironmentTemplate(Consumer<CreateEnvironmentTemplateRequest.Builder> createEnvironmentTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an environment template for Proton. For more information, see Environment Templates in the Proton User Guide.
You can create an environment template in one of the two following ways:
-
Register and publish a standard environment template that instructs Proton to deploy and manage environment infrastructure.
-
Register and publish a customer managed environment template that connects Proton to your existing provisioned infrastructure that you manage. Proton doesn't manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the
provisioningparameter and set the value toCUSTOMER_MANAGED. For more information, see Register and publish an environment template in the Proton User Guide.
This is a convenience which creates an instance of the
CreateEnvironmentTemplateRequest.Builderavoiding the need to create one manually viaCreateEnvironmentTemplateRequest.builder()- Parameters:
createEnvironmentTemplateRequest- AConsumerthat will call methods onCreateEnvironmentTemplateRequest.Builderto create a request.- Returns:
- Result of the CreateEnvironmentTemplate operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
createEnvironmentTemplateVersion
default CreateEnvironmentTemplateVersionResponse createEnvironmentTemplateVersion(CreateEnvironmentTemplateVersionRequest createEnvironmentTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a new major or minor version of an environment template. A major version of an environment template is a version that isn't backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major version.
- Parameters:
createEnvironmentTemplateVersionRequest-- Returns:
- Result of the CreateEnvironmentTemplateVersion operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createEnvironmentTemplateVersion
default CreateEnvironmentTemplateVersionResponse createEnvironmentTemplateVersion(Consumer<CreateEnvironmentTemplateVersionRequest.Builder> createEnvironmentTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a new major or minor version of an environment template. A major version of an environment template is a version that isn't backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major version.
This is a convenience which creates an instance of the
CreateEnvironmentTemplateVersionRequest.Builderavoiding the need to create one manually viaCreateEnvironmentTemplateVersionRequest.builder()- Parameters:
createEnvironmentTemplateVersionRequest- AConsumerthat will call methods onCreateEnvironmentTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the CreateEnvironmentTemplateVersion operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createRepository
default CreateRepositoryResponse createRepository(CreateRepositoryRequest createRepositoryRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed provisioning) or pull from it (template sync). You can share a linked repository across multiple resources (like environments using self-managed provisioning, or synced templates). When you create a repository link, Proton creates a service-linked role for you.
For more information, see Self-managed provisioning, Template bundles, and Template sync configurations in the Proton User Guide.
- Parameters:
createRepositoryRequest-- Returns:
- Result of the CreateRepository operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createRepository
default CreateRepositoryResponse createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed provisioning) or pull from it (template sync). You can share a linked repository across multiple resources (like environments using self-managed provisioning, or synced templates). When you create a repository link, Proton creates a service-linked role for you.
For more information, see Self-managed provisioning, Template bundles, and Template sync configurations in the Proton User Guide.
This is a convenience which creates an instance of the
CreateRepositoryRequest.Builderavoiding the need to create one manually viaCreateRepositoryRequest.builder()- Parameters:
createRepositoryRequest- AConsumerthat will call methods onCreateRepositoryRequest.Builderto create a request.- Returns:
- Result of the CreateRepository operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createService
default CreateServiceResponse createService(CreateServiceRequest createServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton User Guide.
- Parameters:
createServiceRequest-- Returns:
- Result of the CreateService operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createService
default CreateServiceResponse createService(Consumer<CreateServiceRequest.Builder> createServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton User Guide.
This is a convenience which creates an instance of the
CreateServiceRequest.Builderavoiding the need to create one manually viaCreateServiceRequest.builder()- Parameters:
createServiceRequest- AConsumerthat will call methods onCreateServiceRequest.Builderto create a request.- Returns:
- Result of the CreateService operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceInstance
default CreateServiceInstanceResponse createServiceInstance(CreateServiceInstanceRequest createServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service instance.
- Parameters:
createServiceInstanceRequest-- Returns:
- Result of the CreateServiceInstance operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceInstance
default CreateServiceInstanceResponse createServiceInstance(Consumer<CreateServiceInstanceRequest.Builder> createServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service instance.
This is a convenience which creates an instance of the
CreateServiceInstanceRequest.Builderavoiding the need to create one manually viaCreateServiceInstanceRequest.builder()- Parameters:
createServiceInstanceRequest- AConsumerthat will call methods onCreateServiceInstanceRequest.Builderto create a request.- Returns:
- Result of the CreateServiceInstance operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceSyncConfig
default CreateServiceSyncConfigResponse createServiceSyncConfig(CreateServiceSyncConfigRequest createServiceSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create the Proton Ops configuration file.
- Parameters:
createServiceSyncConfigRequest-- Returns:
- Result of the CreateServiceSyncConfig operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceSyncConfig
default CreateServiceSyncConfigResponse createServiceSyncConfig(Consumer<CreateServiceSyncConfigRequest.Builder> createServiceSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create the Proton Ops configuration file.
This is a convenience which creates an instance of the
CreateServiceSyncConfigRequest.Builderavoiding the need to create one manually viaCreateServiceSyncConfigRequest.builder()- Parameters:
createServiceSyncConfigRequest- AConsumerthat will call methods onCreateServiceSyncConfigRequest.Builderto create a request.- Returns:
- Result of the CreateServiceSyncConfig operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceTemplate
default CreateServiceTemplateResponse createServiceTemplate(CreateServiceTemplateRequest createServiceTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Proton templates in the Proton User Guide.
- Parameters:
createServiceTemplateRequest-- Returns:
- Result of the CreateServiceTemplate operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceTemplate
default CreateServiceTemplateResponse createServiceTemplate(Consumer<CreateServiceTemplateRequest.Builder> createServiceTemplateRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Proton templates in the Proton User Guide.
This is a convenience which creates an instance of the
CreateServiceTemplateRequest.Builderavoiding the need to create one manually viaCreateServiceTemplateRequest.builder()- Parameters:
createServiceTemplateRequest- AConsumerthat will call methods onCreateServiceTemplateRequest.Builderto create a request.- Returns:
- Result of the CreateServiceTemplate operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceTemplateVersion
default CreateServiceTemplateVersionResponse createServiceTemplateVersion(CreateServiceTemplateVersionRequest createServiceTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.
- Parameters:
createServiceTemplateVersionRequest-- Returns:
- Result of the CreateServiceTemplateVersion operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createServiceTemplateVersion
default CreateServiceTemplateVersionResponse createServiceTemplateVersion(Consumer<CreateServiceTemplateVersionRequest.Builder> createServiceTemplateVersionRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.
This is a convenience which creates an instance of the
CreateServiceTemplateVersionRequest.Builderavoiding the need to create one manually viaCreateServiceTemplateVersionRequest.builder()- Parameters:
createServiceTemplateVersionRequest- AConsumerthat will call methods onCreateServiceTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the CreateServiceTemplateVersion operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createTemplateSyncConfig
default CreateTemplateSyncConfigResponse createTemplateSyncConfig(CreateTemplateSyncConfigRequest createTemplateSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Set up a template to create new template versions automatically by tracking a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
When a commit is pushed to your linked repository, Proton checks for changes to your repository template bundles. If it detects a template bundle change, a new major or minor version of its template is created, if the version doesn’t already exist. For more information, see Template sync configurations in the Proton User Guide.
- Parameters:
createTemplateSyncConfigRequest-- Returns:
- Result of the CreateTemplateSyncConfig operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createTemplateSyncConfig
default CreateTemplateSyncConfigResponse createTemplateSyncConfig(Consumer<CreateTemplateSyncConfigRequest.Builder> createTemplateSyncConfigRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Set up a template to create new template versions automatically by tracking a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
When a commit is pushed to your linked repository, Proton checks for changes to your repository template bundles. If it detects a template bundle change, a new major or minor version of its template is created, if the version doesn’t already exist. For more information, see Template sync configurations in the Proton User Guide.
This is a convenience which creates an instance of the
CreateTemplateSyncConfigRequest.Builderavoiding the need to create one manually viaCreateTemplateSyncConfigRequest.builder()- Parameters:
createTemplateSyncConfigRequest- AConsumerthat will call methods onCreateTemplateSyncConfigRequest.Builderto create a request.- Returns:
- Result of the CreateTemplateSyncConfig operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteComponent
default DeleteComponentResponse deleteComponent(DeleteComponentRequest deleteComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete an Proton component resource.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
deleteComponentRequest-- Returns:
- Result of the DeleteComponent operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteComponent
default DeleteComponentResponse deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete an Proton component resource.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
DeleteComponentRequest.Builderavoiding the need to create one manually viaDeleteComponentRequest.builder()- Parameters:
deleteComponentRequest- AConsumerthat will call methods onDeleteComponentRequest.Builderto create a request.- Returns:
- Result of the DeleteComponent operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDeployment
default DeleteDeploymentResponse deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the deployment.
- Parameters:
deleteDeploymentRequest-- Returns:
- Result of the DeleteDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDeployment
default DeleteDeploymentResponse deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the deployment.
This is a convenience which creates an instance of the
DeleteDeploymentRequest.Builderavoiding the need to create one manually viaDeleteDeploymentRequest.builder()- Parameters:
deleteDeploymentRequest- AConsumerthat will call methods onDeleteDeploymentRequest.Builderto create a request.- Returns:
- Result of the DeleteDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironment
default DeleteEnvironmentResponse deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete an environment.
- Parameters:
deleteEnvironmentRequest-- Returns:
- Result of the DeleteEnvironment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironment
default DeleteEnvironmentResponse deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete an environment.
This is a convenience which creates an instance of the
DeleteEnvironmentRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentRequest.builder()- Parameters:
deleteEnvironmentRequest- AConsumerthat will call methods onDeleteEnvironmentRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentAccountConnection
default DeleteEnvironmentAccountConnectionResponse deleteEnvironmentAccountConnection(DeleteEnvironmentAccountConnectionRequest deleteEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, delete an environment account connection.
After you delete an environment account connection that’s in use by an Proton environment, Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection.
For more information, see Environment account connections in the Proton User guide.
- Parameters:
deleteEnvironmentAccountConnectionRequest-- Returns:
- Result of the DeleteEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentAccountConnection
default DeleteEnvironmentAccountConnectionResponse deleteEnvironmentAccountConnection(Consumer<DeleteEnvironmentAccountConnectionRequest.Builder> deleteEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, delete an environment account connection.
After you delete an environment account connection that’s in use by an Proton environment, Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the
DeleteEnvironmentAccountConnectionRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentAccountConnectionRequest.builder()- Parameters:
deleteEnvironmentAccountConnectionRequest- AConsumerthat will call methods onDeleteEnvironmentAccountConnectionRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentTemplate
default DeleteEnvironmentTemplateResponse deleteEnvironmentTemplate(DeleteEnvironmentTemplateRequest deleteEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other major or minor versions of an environment template exist, delete the environment template.
- Parameters:
deleteEnvironmentTemplateRequest-- Returns:
- Result of the DeleteEnvironmentTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentTemplate
default DeleteEnvironmentTemplateResponse deleteEnvironmentTemplate(Consumer<DeleteEnvironmentTemplateRequest.Builder> deleteEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other major or minor versions of an environment template exist, delete the environment template.
This is a convenience which creates an instance of the
DeleteEnvironmentTemplateRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentTemplateRequest.builder()- Parameters:
deleteEnvironmentTemplateRequest- AConsumerthat will call methods onDeleteEnvironmentTemplateRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironmentTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentTemplateVersion
default DeleteEnvironmentTemplateVersionResponse deleteEnvironmentTemplateVersion(DeleteEnvironmentTemplateVersionRequest deleteEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the
Recommendedversion. Delete theRecommendedversion of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not backward compatible.Delete a minor version of an environment template if it isn't the
Recommendedversion. Delete aRecommendedminor version of the environment template if no other minor versions of the environment template exist. A minor version of an environment template is a version that's backward compatible.- Parameters:
deleteEnvironmentTemplateVersionRequest-- Returns:
- Result of the DeleteEnvironmentTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteEnvironmentTemplateVersion
default DeleteEnvironmentTemplateVersionResponse deleteEnvironmentTemplateVersion(Consumer<DeleteEnvironmentTemplateVersionRequest.Builder> deleteEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the
Recommendedversion. Delete theRecommendedversion of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not backward compatible.Delete a minor version of an environment template if it isn't the
Recommendedversion. Delete aRecommendedminor version of the environment template if no other minor versions of the environment template exist. A minor version of an environment template is a version that's backward compatible.
This is a convenience which creates an instance of the
DeleteEnvironmentTemplateVersionRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentTemplateVersionRequest.builder()- Parameters:
deleteEnvironmentTemplateVersionRequest- AConsumerthat will call methods onDeleteEnvironmentTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the DeleteEnvironmentTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRepository
default DeleteRepositoryResponse deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
De-register and unlink your repository.
- Parameters:
deleteRepositoryRequest-- Returns:
- Result of the DeleteRepository operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRepository
default DeleteRepositoryResponse deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
De-register and unlink your repository.
This is a convenience which creates an instance of the
DeleteRepositoryRequest.Builderavoiding the need to create one manually viaDeleteRepositoryRequest.builder()- Parameters:
deleteRepositoryRequest- AConsumerthat will call methods onDeleteRepositoryRequest.Builderto create a request.- Returns:
- Result of the DeleteRepository operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteService
default DeleteServiceResponse deleteService(DeleteServiceRequest deleteServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a service, with its instances and pipeline.
You can't delete a service if it has any service instances that have components attached to them.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
deleteServiceRequest-- Returns:
- Result of the DeleteService operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteService
default DeleteServiceResponse deleteService(Consumer<DeleteServiceRequest.Builder> deleteServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a service, with its instances and pipeline.
You can't delete a service if it has any service instances that have components attached to them.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
DeleteServiceRequest.Builderavoiding the need to create one manually viaDeleteServiceRequest.builder()- Parameters:
deleteServiceRequest- AConsumerthat will call methods onDeleteServiceRequest.Builderto create a request.- Returns:
- Result of the DeleteService operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteServiceSyncConfig
default DeleteServiceSyncConfigResponse deleteServiceSyncConfig(DeleteServiceSyncConfigRequest deleteServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the Proton Ops file.
- Parameters:
deleteServiceSyncConfigRequest-- Returns:
- Result of the DeleteServiceSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteServiceSyncConfig
default DeleteServiceSyncConfigResponse deleteServiceSyncConfig(Consumer<DeleteServiceSyncConfigRequest.Builder> deleteServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete the Proton Ops file.
This is a convenience which creates an instance of the
DeleteServiceSyncConfigRequest.Builderavoiding the need to create one manually viaDeleteServiceSyncConfigRequest.builder()- Parameters:
deleteServiceSyncConfigRequest- AConsumerthat will call methods onDeleteServiceSyncConfigRequest.Builderto create a request.- Returns:
- Result of the DeleteServiceSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteServiceTemplate
default DeleteServiceTemplateResponse deleteServiceTemplate(DeleteServiceTemplateRequest deleteServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other major or minor versions of the service template exist, delete the service template.
- Parameters:
deleteServiceTemplateRequest-- Returns:
- Result of the DeleteServiceTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteServiceTemplate
default DeleteServiceTemplateResponse deleteServiceTemplate(Consumer<DeleteServiceTemplateRequest.Builder> deleteServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other major or minor versions of the service template exist, delete the service template.
This is a convenience which creates an instance of the
DeleteServiceTemplateRequest.Builderavoiding the need to create one manually viaDeleteServiceTemplateRequest.builder()- Parameters:
deleteServiceTemplateRequest- AConsumerthat will call methods onDeleteServiceTemplateRequest.Builderto create a request.- Returns:
- Result of the DeleteServiceTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteServiceTemplateVersion
default DeleteServiceTemplateVersionResponse deleteServiceTemplateVersion(DeleteServiceTemplateVersionRequest deleteServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other minor versions of a service template exist, delete a major version of the service template if it's not the
Recommendedversion. Delete theRecommendedversion of the service template if no other major versions or minor versions of the service template exist. A major version of a service template is a version that isn't backwards compatible.Delete a minor version of a service template if it's not the
Recommendedversion. Delete aRecommendedminor version of the service template if no other minor versions of the service template exist. A minor version of a service template is a version that's backwards compatible.- Parameters:
deleteServiceTemplateVersionRequest-- Returns:
- Result of the DeleteServiceTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteServiceTemplateVersion
default DeleteServiceTemplateVersionResponse deleteServiceTemplateVersion(Consumer<DeleteServiceTemplateVersionRequest.Builder> deleteServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
If no other minor versions of a service template exist, delete a major version of the service template if it's not the
Recommendedversion. Delete theRecommendedversion of the service template if no other major versions or minor versions of the service template exist. A major version of a service template is a version that isn't backwards compatible.Delete a minor version of a service template if it's not the
Recommendedversion. Delete aRecommendedminor version of the service template if no other minor versions of the service template exist. A minor version of a service template is a version that's backwards compatible.
This is a convenience which creates an instance of the
DeleteServiceTemplateVersionRequest.Builderavoiding the need to create one manually viaDeleteServiceTemplateVersionRequest.builder()- Parameters:
deleteServiceTemplateVersionRequest- AConsumerthat will call methods onDeleteServiceTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the DeleteServiceTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteTemplateSyncConfig
default DeleteTemplateSyncConfigResponse deleteTemplateSyncConfig(DeleteTemplateSyncConfigRequest deleteTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a template sync configuration.
- Parameters:
deleteTemplateSyncConfigRequest-- Returns:
- Result of the DeleteTemplateSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteTemplateSyncConfig
default DeleteTemplateSyncConfigResponse deleteTemplateSyncConfig(Consumer<DeleteTemplateSyncConfigRequest.Builder> deleteTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Delete a template sync configuration.
This is a convenience which creates an instance of the
DeleteTemplateSyncConfigRequest.Builderavoiding the need to create one manually viaDeleteTemplateSyncConfigRequest.builder()- Parameters:
deleteTemplateSyncConfigRequest- AConsumerthat will call methods onDeleteTemplateSyncConfigRequest.Builderto create a request.- Returns:
- Result of the DeleteTemplateSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAccountSettings
default GetAccountSettingsResponse getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for Proton account-wide settings.
- Parameters:
getAccountSettingsRequest-- Returns:
- Result of the GetAccountSettings operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getAccountSettings
default GetAccountSettingsResponse getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for Proton account-wide settings.
This is a convenience which creates an instance of the
GetAccountSettingsRequest.Builderavoiding the need to create one manually viaGetAccountSettingsRequest.builder()- Parameters:
getAccountSettingsRequest- AConsumerthat will call methods onGetAccountSettingsRequest.Builderto create a request.- Returns:
- Result of the GetAccountSettings operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getComponent
default GetComponentResponse getComponent(GetComponentRequest getComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a component.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
getComponentRequest-- Returns:
- Result of the GetComponent operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getComponent
default GetComponentResponse getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a component.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
GetComponentRequest.Builderavoiding the need to create one manually viaGetComponentRequest.builder()- Parameters:
getComponentRequest- AConsumerthat will call methods onGetComponentRequest.Builderto create a request.- Returns:
- Result of the GetComponent operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDeployment
default GetDeploymentResponse getDeployment(GetDeploymentRequest getDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a deployment.
- Parameters:
getDeploymentRequest-- Returns:
- Result of the GetDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getDeployment
default GetDeploymentResponse getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a deployment.
This is a convenience which creates an instance of the
GetDeploymentRequest.Builderavoiding the need to create one manually viaGetDeploymentRequest.builder()- Parameters:
getDeploymentRequest- AConsumerthat will call methods onGetDeploymentRequest.Builderto create a request.- Returns:
- Result of the GetDeployment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironment
default GetEnvironmentResponse getEnvironment(GetEnvironmentRequest getEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for an environment.
- Parameters:
getEnvironmentRequest-- Returns:
- Result of the GetEnvironment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironment
default GetEnvironmentResponse getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for an environment.
This is a convenience which creates an instance of the
GetEnvironmentRequest.Builderavoiding the need to create one manually viaGetEnvironmentRequest.builder()- Parameters:
getEnvironmentRequest- AConsumerthat will call methods onGetEnvironmentRequest.Builderto create a request.- Returns:
- Result of the GetEnvironment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentAccountConnection
default GetEnvironmentAccountConnectionResponse getEnvironmentAccountConnection(GetEnvironmentAccountConnectionRequest getEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, get the detailed data for an environment account connection.
For more information, see Environment account connections in the Proton User guide.
- Parameters:
getEnvironmentAccountConnectionRequest-- Returns:
- Result of the GetEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentAccountConnection
default GetEnvironmentAccountConnectionResponse getEnvironmentAccountConnection(Consumer<GetEnvironmentAccountConnectionRequest.Builder> getEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, get the detailed data for an environment account connection.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the
GetEnvironmentAccountConnectionRequest.Builderavoiding the need to create one manually viaGetEnvironmentAccountConnectionRequest.builder()- Parameters:
getEnvironmentAccountConnectionRequest- AConsumerthat will call methods onGetEnvironmentAccountConnectionRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentTemplate
default GetEnvironmentTemplateResponse getEnvironmentTemplate(GetEnvironmentTemplateRequest getEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for an environment template.
- Parameters:
getEnvironmentTemplateRequest-- Returns:
- Result of the GetEnvironmentTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentTemplate
default GetEnvironmentTemplateResponse getEnvironmentTemplate(Consumer<GetEnvironmentTemplateRequest.Builder> getEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for an environment template.
This is a convenience which creates an instance of the
GetEnvironmentTemplateRequest.Builderavoiding the need to create one manually viaGetEnvironmentTemplateRequest.builder()- Parameters:
getEnvironmentTemplateRequest- AConsumerthat will call methods onGetEnvironmentTemplateRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentTemplateVersion
default GetEnvironmentTemplateVersionResponse getEnvironmentTemplateVersion(GetEnvironmentTemplateVersionRequest getEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a major or minor version of an environment template.
- Parameters:
getEnvironmentTemplateVersionRequest-- Returns:
- Result of the GetEnvironmentTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getEnvironmentTemplateVersion
default GetEnvironmentTemplateVersionResponse getEnvironmentTemplateVersion(Consumer<GetEnvironmentTemplateVersionRequest.Builder> getEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a major or minor version of an environment template.
This is a convenience which creates an instance of the
GetEnvironmentTemplateVersionRequest.Builderavoiding the need to create one manually viaGetEnvironmentTemplateVersionRequest.builder()- Parameters:
getEnvironmentTemplateVersionRequest- AConsumerthat will call methods onGetEnvironmentTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the GetEnvironmentTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRepository
default GetRepositoryResponse getRepository(GetRepositoryRequest getRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a linked repository.
- Parameters:
getRepositoryRequest-- Returns:
- Result of the GetRepository operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRepository
default GetRepositoryResponse getRepository(Consumer<GetRepositoryRequest.Builder> getRepositoryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a linked repository.
This is a convenience which creates an instance of the
GetRepositoryRequest.Builderavoiding the need to create one manually viaGetRepositoryRequest.builder()- Parameters:
getRepositoryRequest- AConsumerthat will call methods onGetRepositoryRequest.Builderto create a request.- Returns:
- Result of the GetRepository operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRepositorySyncStatus
default GetRepositorySyncStatusResponse getRepositorySyncStatus(GetRepositorySyncStatusRequest getRepositorySyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the sync status of a repository used for Proton template sync. For more information about template sync, see .
A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource have no effect on this action. Specifically, you can't use these tags to control access to this action using Attribute-based access control (ABAC).
For more information about ABAC, see ABAC in the Proton User Guide.
- Parameters:
getRepositorySyncStatusRequest-- Returns:
- Result of the GetRepositorySyncStatus operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getRepositorySyncStatus
default GetRepositorySyncStatusResponse getRepositorySyncStatus(Consumer<GetRepositorySyncStatusRequest.Builder> getRepositorySyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the sync status of a repository used for Proton template sync. For more information about template sync, see .
A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource have no effect on this action. Specifically, you can't use these tags to control access to this action using Attribute-based access control (ABAC).
For more information about ABAC, see ABAC in the Proton User Guide.
This is a convenience which creates an instance of the
GetRepositorySyncStatusRequest.Builderavoiding the need to create one manually viaGetRepositorySyncStatusRequest.builder()- Parameters:
getRepositorySyncStatusRequest- AConsumerthat will call methods onGetRepositorySyncStatusRequest.Builderto create a request.- Returns:
- Result of the GetRepositorySyncStatus operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getResourcesSummary
default GetResourcesSummaryResponse getResourcesSummary(GetResourcesSummaryRequest getResourcesSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get counts of Proton resources.
For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current.
The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates return less information - see the
components,environments, andserviceTemplatesfield descriptions.For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account.
For more information, see Proton dashboard in the Proton User Guide.
- Parameters:
getResourcesSummaryRequest-- Returns:
- Result of the GetResourcesSummary operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getResourcesSummary
default GetResourcesSummaryResponse getResourcesSummary(Consumer<GetResourcesSummaryRequest.Builder> getResourcesSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get counts of Proton resources.
For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current.
The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates return less information - see the
components,environments, andserviceTemplatesfield descriptions.For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account.
For more information, see Proton dashboard in the Proton User Guide.
This is a convenience which creates an instance of the
GetResourcesSummaryRequest.Builderavoiding the need to create one manually viaGetResourcesSummaryRequest.builder()- Parameters:
getResourcesSummaryRequest- AConsumerthat will call methods onGetResourcesSummaryRequest.Builderto create a request.- Returns:
- Result of the GetResourcesSummary operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getService
default GetServiceResponse getService(GetServiceRequest getServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service.
- Parameters:
getServiceRequest-- Returns:
- Result of the GetService operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getService
default GetServiceResponse getService(Consumer<GetServiceRequest.Builder> getServiceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service.
This is a convenience which creates an instance of the
GetServiceRequest.Builderavoiding the need to create one manually viaGetServiceRequest.builder()- Parameters:
getServiceRequest- AConsumerthat will call methods onGetServiceRequest.Builderto create a request.- Returns:
- Result of the GetService operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceInstance
default GetServiceInstanceResponse getServiceInstance(GetServiceInstanceRequest getServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
- Parameters:
getServiceInstanceRequest-- Returns:
- Result of the GetServiceInstance operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceInstance
default GetServiceInstanceResponse getServiceInstance(Consumer<GetServiceInstanceRequest.Builder> getServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
This is a convenience which creates an instance of the
GetServiceInstanceRequest.Builderavoiding the need to create one manually viaGetServiceInstanceRequest.builder()- Parameters:
getServiceInstanceRequest- AConsumerthat will call methods onGetServiceInstanceRequest.Builderto create a request.- Returns:
- Result of the GetServiceInstance operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceInstanceSyncStatus
default GetServiceInstanceSyncStatusResponse getServiceInstanceSyncStatus(GetServiceInstanceSyncStatusRequest getServiceInstanceSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of the synced service instance.
- Parameters:
getServiceInstanceSyncStatusRequest-- Returns:
- Result of the GetServiceInstanceSyncStatus operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceInstanceSyncStatus
default GetServiceInstanceSyncStatusResponse getServiceInstanceSyncStatus(Consumer<GetServiceInstanceSyncStatusRequest.Builder> getServiceInstanceSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of the synced service instance.
This is a convenience which creates an instance of the
GetServiceInstanceSyncStatusRequest.Builderavoiding the need to create one manually viaGetServiceInstanceSyncStatusRequest.builder()- Parameters:
getServiceInstanceSyncStatusRequest- AConsumerthat will call methods onGetServiceInstanceSyncStatusRequest.Builderto create a request.- Returns:
- Result of the GetServiceInstanceSyncStatus operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceSyncBlockerSummary
default GetServiceSyncBlockerSummaryResponse getServiceSyncBlockerSummary(GetServiceSyncBlockerSummaryRequest getServiceSyncBlockerSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for the service sync blocker summary.
- Parameters:
getServiceSyncBlockerSummaryRequest-- Returns:
- Result of the GetServiceSyncBlockerSummary operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceSyncBlockerSummary
default GetServiceSyncBlockerSummaryResponse getServiceSyncBlockerSummary(Consumer<GetServiceSyncBlockerSummaryRequest.Builder> getServiceSyncBlockerSummaryRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for the service sync blocker summary.
This is a convenience which creates an instance of the
GetServiceSyncBlockerSummaryRequest.Builderavoiding the need to create one manually viaGetServiceSyncBlockerSummaryRequest.builder()- Parameters:
getServiceSyncBlockerSummaryRequest- AConsumerthat will call methods onGetServiceSyncBlockerSummaryRequest.Builderto create a request.- Returns:
- Result of the GetServiceSyncBlockerSummary operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceSyncConfig
default GetServiceSyncConfigResponse getServiceSyncConfig(GetServiceSyncConfigRequest getServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed information for the service sync configuration.
- Parameters:
getServiceSyncConfigRequest-- Returns:
- Result of the GetServiceSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceSyncConfig
default GetServiceSyncConfigResponse getServiceSyncConfig(Consumer<GetServiceSyncConfigRequest.Builder> getServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed information for the service sync configuration.
This is a convenience which creates an instance of the
GetServiceSyncConfigRequest.Builderavoiding the need to create one manually viaGetServiceSyncConfigRequest.builder()- Parameters:
getServiceSyncConfigRequest- AConsumerthat will call methods onGetServiceSyncConfigRequest.Builderto create a request.- Returns:
- Result of the GetServiceSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceTemplate
default GetServiceTemplateResponse getServiceTemplate(GetServiceTemplateRequest getServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service template.
- Parameters:
getServiceTemplateRequest-- Returns:
- Result of the GetServiceTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceTemplate
default GetServiceTemplateResponse getServiceTemplate(Consumer<GetServiceTemplateRequest.Builder> getServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a service template.
This is a convenience which creates an instance of the
GetServiceTemplateRequest.Builderavoiding the need to create one manually viaGetServiceTemplateRequest.builder()- Parameters:
getServiceTemplateRequest- AConsumerthat will call methods onGetServiceTemplateRequest.Builderto create a request.- Returns:
- Result of the GetServiceTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceTemplateVersion
default GetServiceTemplateVersionResponse getServiceTemplateVersion(GetServiceTemplateVersionRequest getServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a major or minor version of a service template.
- Parameters:
getServiceTemplateVersionRequest-- Returns:
- Result of the GetServiceTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getServiceTemplateVersion
default GetServiceTemplateVersionResponse getServiceTemplateVersion(Consumer<GetServiceTemplateVersionRequest.Builder> getServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detailed data for a major or minor version of a service template.
This is a convenience which creates an instance of the
GetServiceTemplateVersionRequest.Builderavoiding the need to create one manually viaGetServiceTemplateVersionRequest.builder()- Parameters:
getServiceTemplateVersionRequest- AConsumerthat will call methods onGetServiceTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the GetServiceTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getTemplateSyncConfig
default GetTemplateSyncConfigResponse getTemplateSyncConfig(GetTemplateSyncConfigRequest getTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a template sync configuration.
- Parameters:
getTemplateSyncConfigRequest-- Returns:
- Result of the GetTemplateSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getTemplateSyncConfig
default GetTemplateSyncConfigResponse getTemplateSyncConfig(Consumer<GetTemplateSyncConfigRequest.Builder> getTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get detail data for a template sync configuration.
This is a convenience which creates an instance of the
GetTemplateSyncConfigRequest.Builderavoiding the need to create one manually viaGetTemplateSyncConfigRequest.builder()- Parameters:
getTemplateSyncConfigRequest- AConsumerthat will call methods onGetTemplateSyncConfigRequest.Builderto create a request.- Returns:
- Result of the GetTemplateSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getTemplateSyncStatus
default GetTemplateSyncStatusResponse getTemplateSyncStatus(GetTemplateSyncStatusRequest getTemplateSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of a template sync.
- Parameters:
getTemplateSyncStatusRequest-- Returns:
- Result of the GetTemplateSyncStatus operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getTemplateSyncStatus
default GetTemplateSyncStatusResponse getTemplateSyncStatus(Consumer<GetTemplateSyncStatusRequest.Builder> getTemplateSyncStatusRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get the status of a template sync.
This is a convenience which creates an instance of the
GetTemplateSyncStatusRequest.Builderavoiding the need to create one manually viaGetTemplateSyncStatusRequest.builder()- Parameters:
getTemplateSyncStatusRequest- AConsumerthat will call methods onGetTemplateSyncStatusRequest.Builderto create a request.- Returns:
- Result of the GetTemplateSyncStatus operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentOutputs
default ListComponentOutputsResponse listComponentOutputs(ListComponentOutputsRequest listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
listComponentOutputsRequest-- Returns:
- Result of the ListComponentOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentOutputs
default ListComponentOutputsResponse listComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
ListComponentOutputsRequest.Builderavoiding the need to create one manually viaListComponentOutputsRequest.builder()- Parameters:
listComponentOutputsRequest- AConsumerthat will call methods onListComponentOutputsRequest.Builderto create a request.- Returns:
- Result of the ListComponentOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentOutputsPaginator
default ListComponentOutputsIterable listComponentOutputsPaginator(ListComponentOutputsRequest listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client .listComponentOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListComponentOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)operation.- Parameters:
listComponentOutputsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentOutputsPaginator
default ListComponentOutputsIterable listComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client .listComponentOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListComponentOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListComponentOutputsIterable responses = client.listComponentOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentOutputs(software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest)operation.This is a convenience which creates an instance of the
ListComponentOutputsRequest.Builderavoiding the need to create one manually viaListComponentOutputsRequest.builder()- Parameters:
listComponentOutputsRequest- AConsumerthat will call methods onListComponentOutputsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentProvisionedResources
default ListComponentProvisionedResourcesResponse listComponentProvisionedResources(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
listComponentProvisionedResourcesRequest-- Returns:
- Result of the ListComponentProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentProvisionedResources
default ListComponentProvisionedResourcesResponse listComponentProvisionedResources(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
ListComponentProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListComponentProvisionedResourcesRequest.builder()- Parameters:
listComponentProvisionedResourcesRequest- AConsumerthat will call methods onListComponentProvisionedResourcesRequest.Builderto create a request.- Returns:
- Result of the ListComponentProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentProvisionedResourcesPaginator
default ListComponentProvisionedResourcesIterable listComponentProvisionedResourcesPaginator(ListComponentProvisionedResourcesRequest listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client .listComponentProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)operation.- Parameters:
listComponentProvisionedResourcesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentProvisionedResourcesPaginator
default ListComponentProvisionedResourcesIterable listComponentProvisionedResourcesPaginator(Consumer<ListComponentProvisionedResourcesRequest.Builder> listComponentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a component with details.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client .listComponentProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListComponentProvisionedResourcesIterable responses = client.listComponentProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponentProvisionedResources(software.amazon.awssdk.services.proton.model.ListComponentProvisionedResourcesRequest)operation.This is a convenience which creates an instance of the
ListComponentProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListComponentProvisionedResourcesRequest.builder()- Parameters:
listComponentProvisionedResourcesRequest- AConsumerthat will call methods onListComponentProvisionedResourcesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponents
default ListComponentsResponse listComponents(ListComponentsRequest listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
listComponentsRequest-- Returns:
- Result of the ListComponents operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponents
default ListComponentsResponse listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
ListComponentsRequest.Builderavoiding the need to create one manually viaListComponentsRequest.builder()- Parameters:
listComponentsRequest- AConsumerthat will call methods onListComponentsRequest.Builderto create a request.- Returns:
- Result of the ListComponents operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentsPaginator
default ListComponentsIterable listComponentsPaginator(ListComponentsRequest listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListComponentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest)operation.- Parameters:
listComponentsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listComponentsPaginator
default ListComponentsIterable listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
This is a variant of
listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListComponentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListComponentsIterable responses = client.listComponentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listComponents(software.amazon.awssdk.services.proton.model.ListComponentsRequest)operation.This is a convenience which creates an instance of the
ListComponentsRequest.Builderavoiding the need to create one manually viaListComponentsRequest.builder()- Parameters:
listComponentsRequest- AConsumerthat will call methods onListComponentsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDeployments
default ListDeploymentsResponse listDeployments(ListDeploymentsRequest listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
- Parameters:
listDeploymentsRequest-- Returns:
- Result of the ListDeployments operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDeployments
default ListDeploymentsResponse listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
This is a convenience which creates an instance of the
ListDeploymentsRequest.Builderavoiding the need to create one manually viaListDeploymentsRequest.builder()- Parameters:
listDeploymentsRequest- AConsumerthat will call methods onListDeploymentsRequest.Builderto create a request.- Returns:
- Result of the ListDeployments operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDeploymentsPaginator
default ListDeploymentsIterable listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
This is a variant of
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client .listDeploymentsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListDeploymentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest)operation.- Parameters:
listDeploymentsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDeploymentsPaginator
default ListDeploymentsIterable listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List deployments. You can filter the result list by environment, service, or a single service instance.
This is a variant of
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client .listDeploymentsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListDeploymentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListDeploymentsIterable responses = client.listDeploymentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeployments(software.amazon.awssdk.services.proton.model.ListDeploymentsRequest)operation.This is a convenience which creates an instance of the
ListDeploymentsRequest.Builderavoiding the need to create one manually viaListDeploymentsRequest.builder()- Parameters:
listDeploymentsRequest- AConsumerthat will call methods onListDeploymentsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentAccountConnections
default ListEnvironmentAccountConnectionsResponse listEnvironmentAccountConnections(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User guide.
- Parameters:
listEnvironmentAccountConnectionsRequest-- Returns:
- Result of the ListEnvironmentAccountConnections operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentAccountConnections
default ListEnvironmentAccountConnectionsResponse listEnvironmentAccountConnections(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the
ListEnvironmentAccountConnectionsRequest.Builderavoiding the need to create one manually viaListEnvironmentAccountConnectionsRequest.builder()- Parameters:
listEnvironmentAccountConnectionsRequest- AConsumerthat will call methods onListEnvironmentAccountConnectionsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentAccountConnections operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentAccountConnectionsPaginator
default ListEnvironmentAccountConnectionsIterable listEnvironmentAccountConnectionsPaginator(ListEnvironmentAccountConnectionsRequest listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User guide.
This is a variant of
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client .listEnvironmentAccountConnectionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)operation.- Parameters:
listEnvironmentAccountConnectionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentAccountConnectionsPaginator
default ListEnvironmentAccountConnectionsIterable listEnvironmentAccountConnectionsPaginator(Consumer<ListEnvironmentAccountConnectionsRequest.Builder> listEnvironmentAccountConnectionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
View a list of environment account connections.
For more information, see Environment account connections in the Proton User guide.
This is a variant of
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client .listEnvironmentAccountConnectionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentAccountConnectionsIterable responses = client.listEnvironmentAccountConnectionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentAccountConnections(software.amazon.awssdk.services.proton.model.ListEnvironmentAccountConnectionsRequest)operation.This is a convenience which creates an instance of the
ListEnvironmentAccountConnectionsRequest.Builderavoiding the need to create one manually viaListEnvironmentAccountConnectionsRequest.builder()- Parameters:
listEnvironmentAccountConnectionsRequest- AConsumerthat will call methods onListEnvironmentAccountConnectionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentOutputs
default ListEnvironmentOutputsResponse listEnvironmentOutputs(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
- Parameters:
listEnvironmentOutputsRequest-- Returns:
- Result of the ListEnvironmentOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentOutputs
default ListEnvironmentOutputsResponse listEnvironmentOutputs(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
This is a convenience which creates an instance of the
ListEnvironmentOutputsRequest.Builderavoiding the need to create one manually viaListEnvironmentOutputsRequest.builder()- Parameters:
listEnvironmentOutputsRequest- AConsumerthat will call methods onListEnvironmentOutputsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentOutputsPaginator
default ListEnvironmentOutputsIterable listEnvironmentOutputsPaginator(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
This is a variant of
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client .listEnvironmentOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)operation.- Parameters:
listEnvironmentOutputsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentOutputsPaginator
default ListEnvironmentOutputsIterable listEnvironmentOutputsPaginator(Consumer<ListEnvironmentOutputsRequest.Builder> listEnvironmentOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the infrastructure as code outputs for your environment.
This is a variant of
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client .listEnvironmentOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentOutputsIterable responses = client.listEnvironmentOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentOutputs(software.amazon.awssdk.services.proton.model.ListEnvironmentOutputsRequest)operation.This is a convenience which creates an instance of the
ListEnvironmentOutputsRequest.Builderavoiding the need to create one manually viaListEnvironmentOutputsRequest.builder()- Parameters:
listEnvironmentOutputsRequest- AConsumerthat will call methods onListEnvironmentOutputsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProvisionedResources
default ListEnvironmentProvisionedResourcesResponse listEnvironmentProvisionedResources(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
- Parameters:
listEnvironmentProvisionedResourcesRequest-- Returns:
- Result of the ListEnvironmentProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProvisionedResources
default ListEnvironmentProvisionedResourcesResponse listEnvironmentProvisionedResources(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
This is a convenience which creates an instance of the
ListEnvironmentProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListEnvironmentProvisionedResourcesRequest.builder()- Parameters:
listEnvironmentProvisionedResourcesRequest- AConsumerthat will call methods onListEnvironmentProvisionedResourcesRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProvisionedResourcesPaginator
default ListEnvironmentProvisionedResourcesIterable listEnvironmentProvisionedResourcesPaginator(ListEnvironmentProvisionedResourcesRequest listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
This is a variant of
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client .listEnvironmentProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)operation.- Parameters:
listEnvironmentProvisionedResourcesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentProvisionedResourcesPaginator
default ListEnvironmentProvisionedResourcesIterable listEnvironmentProvisionedResourcesPaginator(Consumer<ListEnvironmentProvisionedResourcesRequest.Builder> listEnvironmentProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List the provisioned resources for your environment.
This is a variant of
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client .listEnvironmentProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentProvisionedResourcesIterable responses = client.listEnvironmentProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentProvisionedResources(software.amazon.awssdk.services.proton.model.ListEnvironmentProvisionedResourcesRequest)operation.This is a convenience which creates an instance of the
ListEnvironmentProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListEnvironmentProvisionedResourcesRequest.builder()- Parameters:
listEnvironmentProvisionedResourcesRequest- AConsumerthat will call methods onListEnvironmentProvisionedResourcesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplateVersions
default ListEnvironmentTemplateVersionsResponse listEnvironmentTemplateVersions(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of an environment template with detail data.
- Parameters:
listEnvironmentTemplateVersionsRequest-- Returns:
- Result of the ListEnvironmentTemplateVersions operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplateVersions
default ListEnvironmentTemplateVersionsResponse listEnvironmentTemplateVersions(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of an environment template with detail data.
This is a convenience which creates an instance of the
ListEnvironmentTemplateVersionsRequest.Builderavoiding the need to create one manually viaListEnvironmentTemplateVersionsRequest.builder()- Parameters:
listEnvironmentTemplateVersionsRequest- AConsumerthat will call methods onListEnvironmentTemplateVersionsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentTemplateVersions operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplateVersionsPaginator
default ListEnvironmentTemplateVersionsIterable listEnvironmentTemplateVersionsPaginator(ListEnvironmentTemplateVersionsRequest listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of an environment template with detail data.
This is a variant of
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client .listEnvironmentTemplateVersionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)operation.- Parameters:
listEnvironmentTemplateVersionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplateVersionsPaginator
default ListEnvironmentTemplateVersionsIterable listEnvironmentTemplateVersionsPaginator(Consumer<ListEnvironmentTemplateVersionsRequest.Builder> listEnvironmentTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of an environment template with detail data.
This is a variant of
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client .listEnvironmentTemplateVersionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplateVersionsIterable responses = client.listEnvironmentTemplateVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplateVersions(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplateVersionsRequest)operation.This is a convenience which creates an instance of the
ListEnvironmentTemplateVersionsRequest.Builderavoiding the need to create one manually viaListEnvironmentTemplateVersionsRequest.builder()- Parameters:
listEnvironmentTemplateVersionsRequest- AConsumerthat will call methods onListEnvironmentTemplateVersionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplates
default ListEnvironmentTemplatesResponse listEnvironmentTemplates(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environment templates.
- Parameters:
listEnvironmentTemplatesRequest-- Returns:
- Result of the ListEnvironmentTemplates operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplates
default ListEnvironmentTemplatesResponse listEnvironmentTemplates(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environment templates.
This is a convenience which creates an instance of the
ListEnvironmentTemplatesRequest.Builderavoiding the need to create one manually viaListEnvironmentTemplatesRequest.builder()- Parameters:
listEnvironmentTemplatesRequest- AConsumerthat will call methods onListEnvironmentTemplatesRequest.Builderto create a request.- Returns:
- Result of the ListEnvironmentTemplates operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplatesPaginator
default ListEnvironmentTemplatesIterable listEnvironmentTemplatesPaginator(ListEnvironmentTemplatesRequest listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environment templates.
This is a variant of
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client .listEnvironmentTemplatesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)operation.- Parameters:
listEnvironmentTemplatesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentTemplatesPaginator
default ListEnvironmentTemplatesIterable listEnvironmentTemplatesPaginator(Consumer<ListEnvironmentTemplatesRequest.Builder> listEnvironmentTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environment templates.
This is a variant of
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client .listEnvironmentTemplatesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentTemplatesIterable responses = client.listEnvironmentTemplatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironmentTemplates(software.amazon.awssdk.services.proton.model.ListEnvironmentTemplatesRequest)operation.This is a convenience which creates an instance of the
ListEnvironmentTemplatesRequest.Builderavoiding the need to create one manually viaListEnvironmentTemplatesRequest.builder()- Parameters:
listEnvironmentTemplatesRequest- AConsumerthat will call methods onListEnvironmentTemplatesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironments
default ListEnvironmentsResponse listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environments with detail data summaries.
- Parameters:
listEnvironmentsRequest-- Returns:
- Result of the ListEnvironments operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironments
default ListEnvironmentsResponse listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environments with detail data summaries.
This is a convenience which creates an instance of the
ListEnvironmentsRequest.Builderavoiding the need to create one manually viaListEnvironmentsRequest.builder()- Parameters:
listEnvironmentsRequest- AConsumerthat will call methods onListEnvironmentsRequest.Builderto create a request.- Returns:
- Result of the ListEnvironments operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentsPaginator
default ListEnvironmentsIterable listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environments with detail data summaries.
This is a variant of
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client .listEnvironmentsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest)operation.- Parameters:
listEnvironmentsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listEnvironmentsPaginator
default ListEnvironmentsIterable listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List environments with detail data summaries.
This is a variant of
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client .listEnvironmentsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListEnvironmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListEnvironmentsIterable responses = client.listEnvironmentsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironments(software.amazon.awssdk.services.proton.model.ListEnvironmentsRequest)operation.This is a convenience which creates an instance of the
ListEnvironmentsRequest.Builderavoiding the need to create one manually viaListEnvironmentsRequest.builder()- Parameters:
listEnvironmentsRequest- AConsumerthat will call methods onListEnvironmentsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositories
default ListRepositoriesResponse listRepositories(ListRepositoriesRequest listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
- Parameters:
listRepositoriesRequest-- Returns:
- Result of the ListRepositories operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositories
default ListRepositoriesResponse listRepositories(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
This is a convenience which creates an instance of the
ListRepositoriesRequest.Builderavoiding the need to create one manually viaListRepositoriesRequest.builder()- Parameters:
listRepositoriesRequest- AConsumerthat will call methods onListRepositoriesRequest.Builderto create a request.- Returns:
- Result of the ListRepositories operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositoriesPaginator
default ListRepositoriesIterable listRepositoriesPaginator(ListRepositoriesRequest listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
This is a variant of
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client .listRepositoriesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListRepositoriesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest)operation.- Parameters:
listRepositoriesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositoriesPaginator
default ListRepositoriesIterable listRepositoriesPaginator(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List linked repositories with detail data.
This is a variant of
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client .listRepositoriesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListRepositoriesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListRepositoriesIterable responses = client.listRepositoriesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositories(software.amazon.awssdk.services.proton.model.ListRepositoriesRequest)operation.This is a convenience which creates an instance of the
ListRepositoriesRequest.Builderavoiding the need to create one manually viaListRepositoriesRequest.builder()- Parameters:
listRepositoriesRequest- AConsumerthat will call methods onListRepositoriesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositorySyncDefinitions
default ListRepositorySyncDefinitionsResponse listRepositorySyncDefinitions(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
- Parameters:
listRepositorySyncDefinitionsRequest-- Returns:
- Result of the ListRepositorySyncDefinitions operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositorySyncDefinitions
default ListRepositorySyncDefinitionsResponse listRepositorySyncDefinitions(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
This is a convenience which creates an instance of the
ListRepositorySyncDefinitionsRequest.Builderavoiding the need to create one manually viaListRepositorySyncDefinitionsRequest.builder()- Parameters:
listRepositorySyncDefinitionsRequest- AConsumerthat will call methods onListRepositorySyncDefinitionsRequest.Builderto create a request.- Returns:
- Result of the ListRepositorySyncDefinitions operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositorySyncDefinitionsPaginator
default ListRepositorySyncDefinitionsIterable listRepositorySyncDefinitionsPaginator(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
This is a variant of
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client .listRepositorySyncDefinitionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)operation.- Parameters:
listRepositorySyncDefinitionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRepositorySyncDefinitionsPaginator
default ListRepositorySyncDefinitionsIterable listRepositorySyncDefinitionsPaginator(Consumer<ListRepositorySyncDefinitionsRequest.Builder> listRepositorySyncDefinitionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List repository sync definitions with detail data.
This is a variant of
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client .listRepositorySyncDefinitionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListRepositorySyncDefinitionsIterable responses = client.listRepositorySyncDefinitionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRepositorySyncDefinitions(software.amazon.awssdk.services.proton.model.ListRepositorySyncDefinitionsRequest)operation.This is a convenience which creates an instance of the
ListRepositorySyncDefinitionsRequest.Builderavoiding the need to create one manually viaListRepositorySyncDefinitionsRequest.builder()- Parameters:
listRepositorySyncDefinitionsRequest- AConsumerthat will call methods onListRepositorySyncDefinitionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceOutputs
default ListServiceInstanceOutputsResponse listServiceInstanceOutputs(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
- Parameters:
listServiceInstanceOutputsRequest-- Returns:
- Result of the ListServiceInstanceOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceOutputs
default ListServiceInstanceOutputsResponse listServiceInstanceOutputs(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
This is a convenience which creates an instance of the
ListServiceInstanceOutputsRequest.Builderavoiding the need to create one manually viaListServiceInstanceOutputsRequest.builder()- Parameters:
listServiceInstanceOutputsRequest- AConsumerthat will call methods onListServiceInstanceOutputsRequest.Builderto create a request.- Returns:
- Result of the ListServiceInstanceOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceOutputsPaginator
default ListServiceInstanceOutputsIterable listServiceInstanceOutputsPaginator(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
This is a variant of
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client .listServiceInstanceOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)operation.- Parameters:
listServiceInstanceOutputsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceOutputsPaginator
default ListServiceInstanceOutputsIterable listServiceInstanceOutputsPaginator(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list service of instance Infrastructure as Code (IaC) outputs.
This is a variant of
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client .listServiceInstanceOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceOutputsIterable responses = client.listServiceInstanceOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceOutputs(software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest)operation.This is a convenience which creates an instance of the
ListServiceInstanceOutputsRequest.Builderavoiding the need to create one manually viaListServiceInstanceOutputsRequest.builder()- Parameters:
listServiceInstanceOutputsRequest- AConsumerthat will call methods onListServiceInstanceOutputsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceProvisionedResources
default ListServiceInstanceProvisionedResourcesResponse listServiceInstanceProvisionedResources(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
- Parameters:
listServiceInstanceProvisionedResourcesRequest-- Returns:
- Result of the ListServiceInstanceProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceProvisionedResources
default ListServiceInstanceProvisionedResourcesResponse listServiceInstanceProvisionedResources(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
This is a convenience which creates an instance of the
ListServiceInstanceProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListServiceInstanceProvisionedResourcesRequest.builder()- Parameters:
listServiceInstanceProvisionedResourcesRequest- AConsumerthat will call methods onListServiceInstanceProvisionedResourcesRequest.Builderto create a request.- Returns:
- Result of the ListServiceInstanceProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceProvisionedResourcesPaginator
default ListServiceInstanceProvisionedResourcesIterable listServiceInstanceProvisionedResourcesPaginator(ListServiceInstanceProvisionedResourcesRequest listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
This is a variant of
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client .listServiceInstanceProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)operation.- Parameters:
listServiceInstanceProvisionedResourcesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstanceProvisionedResourcesPaginator
default ListServiceInstanceProvisionedResourcesIterable listServiceInstanceProvisionedResourcesPaginator(Consumer<ListServiceInstanceProvisionedResourcesRequest.Builder> listServiceInstanceProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service instance with details.
This is a variant of
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client .listServiceInstanceProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceInstanceProvisionedResourcesIterable responses = client.listServiceInstanceProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstanceProvisionedResources(software.amazon.awssdk.services.proton.model.ListServiceInstanceProvisionedResourcesRequest)operation.This is a convenience which creates an instance of the
ListServiceInstanceProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListServiceInstanceProvisionedResourcesRequest.builder()- Parameters:
listServiceInstanceProvisionedResourcesRequest- AConsumerthat will call methods onListServiceInstanceProvisionedResourcesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstances
default ListServiceInstancesResponse listServiceInstances(ListServiceInstancesRequest listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
- Parameters:
listServiceInstancesRequest-- Returns:
- Result of the ListServiceInstances operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstances
default ListServiceInstancesResponse listServiceInstances(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
This is a convenience which creates an instance of the
ListServiceInstancesRequest.Builderavoiding the need to create one manually viaListServiceInstancesRequest.builder()- Parameters:
listServiceInstancesRequest- AConsumerthat will call methods onListServiceInstancesRequest.Builderto create a request.- Returns:
- Result of the ListServiceInstances operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstancesPaginator
default ListServiceInstancesIterable listServiceInstancesPaginator(ListServiceInstancesRequest listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
This is a variant of
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client .listServiceInstancesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceInstancesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)operation.- Parameters:
listServiceInstancesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceInstancesPaginator
default ListServiceInstancesIterable listServiceInstancesPaginator(Consumer<ListServiceInstancesRequest.Builder> listServiceInstancesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
This is a variant of
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client .listServiceInstancesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceInstancesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceInstancesIterable responses = client.listServiceInstancesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceInstances(software.amazon.awssdk.services.proton.model.ListServiceInstancesRequest)operation.This is a convenience which creates an instance of the
ListServiceInstancesRequest.Builderavoiding the need to create one manually viaListServiceInstancesRequest.builder()- Parameters:
listServiceInstancesRequest- AConsumerthat will call methods onListServiceInstancesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineOutputs
default ListServicePipelineOutputsResponse listServicePipelineOutputs(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
- Parameters:
listServicePipelineOutputsRequest-- Returns:
- Result of the ListServicePipelineOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineOutputs
default ListServicePipelineOutputsResponse listServicePipelineOutputs(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
This is a convenience which creates an instance of the
ListServicePipelineOutputsRequest.Builderavoiding the need to create one manually viaListServicePipelineOutputsRequest.builder()- Parameters:
listServicePipelineOutputsRequest- AConsumerthat will call methods onListServicePipelineOutputsRequest.Builderto create a request.- Returns:
- Result of the ListServicePipelineOutputs operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineOutputsPaginator
default ListServicePipelineOutputsIterable listServicePipelineOutputsPaginator(ListServicePipelineOutputsRequest listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
This is a variant of
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client .listServicePipelineOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)operation.- Parameters:
listServicePipelineOutputsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineOutputsPaginator
default ListServicePipelineOutputsIterable listServicePipelineOutputsPaginator(Consumer<ListServicePipelineOutputsRequest.Builder> listServicePipelineOutputsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
This is a variant of
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client .listServicePipelineOutputsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineOutputsIterable responses = client.listServicePipelineOutputsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineOutputs(software.amazon.awssdk.services.proton.model.ListServicePipelineOutputsRequest)operation.This is a convenience which creates an instance of the
ListServicePipelineOutputsRequest.Builderavoiding the need to create one manually viaListServicePipelineOutputsRequest.builder()- Parameters:
listServicePipelineOutputsRequest- AConsumerthat will call methods onListServicePipelineOutputsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineProvisionedResources
default ListServicePipelineProvisionedResourcesResponse listServicePipelineProvisionedResources(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
- Parameters:
listServicePipelineProvisionedResourcesRequest-- Returns:
- Result of the ListServicePipelineProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineProvisionedResources
default ListServicePipelineProvisionedResourcesResponse listServicePipelineProvisionedResources(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
This is a convenience which creates an instance of the
ListServicePipelineProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListServicePipelineProvisionedResourcesRequest.builder()- Parameters:
listServicePipelineProvisionedResourcesRequest- AConsumerthat will call methods onListServicePipelineProvisionedResourcesRequest.Builderto create a request.- Returns:
- Result of the ListServicePipelineProvisionedResources operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineProvisionedResourcesPaginator
default ListServicePipelineProvisionedResourcesIterable listServicePipelineProvisionedResourcesPaginator(ListServicePipelineProvisionedResourcesRequest listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
This is a variant of
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client .listServicePipelineProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)operation.- Parameters:
listServicePipelineProvisionedResourcesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicePipelineProvisionedResourcesPaginator
default ListServicePipelineProvisionedResourcesIterable listServicePipelineProvisionedResourcesPaginator(Consumer<ListServicePipelineProvisionedResourcesRequest.Builder> listServicePipelineProvisionedResourcesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List provisioned resources for a service and pipeline with details.
This is a variant of
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client .listServicePipelineProvisionedResourcesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServicePipelineProvisionedResourcesIterable responses = client.listServicePipelineProvisionedResourcesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServicePipelineProvisionedResources(software.amazon.awssdk.services.proton.model.ListServicePipelineProvisionedResourcesRequest)operation.This is a convenience which creates an instance of the
ListServicePipelineProvisionedResourcesRequest.Builderavoiding the need to create one manually viaListServicePipelineProvisionedResourcesRequest.builder()- Parameters:
listServicePipelineProvisionedResourcesRequest- AConsumerthat will call methods onListServicePipelineProvisionedResourcesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplateVersions
default ListServiceTemplateVersionsResponse listServiceTemplateVersions(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of a service template with detail data.
- Parameters:
listServiceTemplateVersionsRequest-- Returns:
- Result of the ListServiceTemplateVersions operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplateVersions
default ListServiceTemplateVersionsResponse listServiceTemplateVersions(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of a service template with detail data.
This is a convenience which creates an instance of the
ListServiceTemplateVersionsRequest.Builderavoiding the need to create one manually viaListServiceTemplateVersionsRequest.builder()- Parameters:
listServiceTemplateVersionsRequest- AConsumerthat will call methods onListServiceTemplateVersionsRequest.Builderto create a request.- Returns:
- Result of the ListServiceTemplateVersions operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplateVersionsPaginator
default ListServiceTemplateVersionsIterable listServiceTemplateVersionsPaginator(ListServiceTemplateVersionsRequest listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of a service template with detail data.
This is a variant of
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client .listServiceTemplateVersionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)operation.- Parameters:
listServiceTemplateVersionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplateVersionsPaginator
default ListServiceTemplateVersionsIterable listServiceTemplateVersionsPaginator(Consumer<ListServiceTemplateVersionsRequest.Builder> listServiceTemplateVersionsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List major or minor versions of a service template with detail data.
This is a variant of
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client .listServiceTemplateVersionsPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplateVersionsIterable responses = client.listServiceTemplateVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplateVersions(software.amazon.awssdk.services.proton.model.ListServiceTemplateVersionsRequest)operation.This is a convenience which creates an instance of the
ListServiceTemplateVersionsRequest.Builderavoiding the need to create one manually viaListServiceTemplateVersionsRequest.builder()- Parameters:
listServiceTemplateVersionsRequest- AConsumerthat will call methods onListServiceTemplateVersionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplates
default ListServiceTemplatesResponse listServiceTemplates(ListServiceTemplatesRequest listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service templates with detail data.
- Parameters:
listServiceTemplatesRequest-- Returns:
- Result of the ListServiceTemplates operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplates
default ListServiceTemplatesResponse listServiceTemplates(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service templates with detail data.
This is a convenience which creates an instance of the
ListServiceTemplatesRequest.Builderavoiding the need to create one manually viaListServiceTemplatesRequest.builder()- Parameters:
listServiceTemplatesRequest- AConsumerthat will call methods onListServiceTemplatesRequest.Builderto create a request.- Returns:
- Result of the ListServiceTemplates operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplatesPaginator
default ListServiceTemplatesIterable listServiceTemplatesPaginator(ListServiceTemplatesRequest listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service templates with detail data.
This is a variant of
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client .listServiceTemplatesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceTemplatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)operation.- Parameters:
listServiceTemplatesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServiceTemplatesPaginator
default ListServiceTemplatesIterable listServiceTemplatesPaginator(Consumer<ListServiceTemplatesRequest.Builder> listServiceTemplatesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List service templates with detail data.
This is a variant of
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client .listServiceTemplatesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServiceTemplatesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServiceTemplatesIterable responses = client.listServiceTemplatesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceTemplates(software.amazon.awssdk.services.proton.model.ListServiceTemplatesRequest)operation.This is a convenience which creates an instance of the
ListServiceTemplatesRequest.Builderavoiding the need to create one manually viaListServiceTemplatesRequest.builder()- Parameters:
listServiceTemplatesRequest- AConsumerthat will call methods onListServiceTemplatesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServices
default ListServicesResponse listServices(ListServicesRequest listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List services with summaries of detail data.
- Parameters:
listServicesRequest-- Returns:
- Result of the ListServices operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServices
default ListServicesResponse listServices(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List services with summaries of detail data.
This is a convenience which creates an instance of the
ListServicesRequest.Builderavoiding the need to create one manually viaListServicesRequest.builder()- Parameters:
listServicesRequest- AConsumerthat will call methods onListServicesRequest.Builderto create a request.- Returns:
- Result of the ListServices operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicesPaginator
default ListServicesIterable listServicesPaginator(ListServicesRequest listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List services with summaries of detail data.
This is a variant of
listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServicesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)operation.- Parameters:
listServicesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listServicesPaginator
default ListServicesIterable listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List services with summaries of detail data.
This is a variant of
listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request); for (software.amazon.awssdk.services.proton.model.ListServicesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListServicesIterable responses = client.listServicesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)operation.This is a convenience which creates an instance of the
ListServicesRequest.Builderavoiding the need to create one manually viaListServicesRequest.builder()- Parameters:
listServicesRequest- AConsumerthat will call methods onListServicesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResourcePaginator
default ListTagsForResourceIterable listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
This is a variant of
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client .listTagsForResourcePaginator(request); for (software.amazon.awssdk.services.proton.model.ListTagsForResourceResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest)operation.- Parameters:
listTagsForResourceRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResourcePaginator
default ListTagsForResourceIterable listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
This is a variant of
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client .listTagsForResourcePaginator(request); for (software.amazon.awssdk.services.proton.model.ListTagsForResourceResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.proton.paginators.ListTagsForResourceIterable responses = client.listTagsForResourcePaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagsForResource(software.amazon.awssdk.services.proton.model.ListTagsForResourceRequest)operation.This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
notifyResourceDeploymentStatusChange
default NotifyResourceDeploymentStatusChangeResponse notifyResourceDeploymentStatusChange(NotifyResourceDeploymentStatusChangeRequest notifyResourceDeploymentStatusChangeRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
For more information, see Self-managed provisioning in the Proton User Guide.
- Parameters:
notifyResourceDeploymentStatusChangeRequest-- Returns:
- Result of the NotifyResourceDeploymentStatusChange operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
notifyResourceDeploymentStatusChange
default NotifyResourceDeploymentStatusChangeResponse notifyResourceDeploymentStatusChange(Consumer<NotifyResourceDeploymentStatusChangeRequest.Builder> notifyResourceDeploymentStatusChangeRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
For more information, see Self-managed provisioning in the Proton User Guide.
This is a convenience which creates an instance of the
NotifyResourceDeploymentStatusChangeRequest.Builderavoiding the need to create one manually viaNotifyResourceDeploymentStatusChangeRequest.builder()- Parameters:
notifyResourceDeploymentStatusChangeRequest- AConsumerthat will call methods onNotifyResourceDeploymentStatusChangeRequest.Builderto create a request.- Returns:
- Result of the NotifyResourceDeploymentStatusChange operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
rejectEnvironmentAccountConnection
default RejectEnvironmentAccountConnectionResponse rejectEnvironmentAccountConnection(RejectEnvironmentAccountConnectionRequest rejectEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, reject an environment account connection from another environment account.
After you reject an environment account connection request, you can't accept or use the rejected environment account connection.
You can’t reject an environment account connection that's connected to an environment.
For more information, see Environment account connections in the Proton User guide.
- Parameters:
rejectEnvironmentAccountConnectionRequest-- Returns:
- Result of the RejectEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
rejectEnvironmentAccountConnection
default RejectEnvironmentAccountConnectionResponse rejectEnvironmentAccountConnection(Consumer<RejectEnvironmentAccountConnectionRequest.Builder> rejectEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In a management account, reject an environment account connection from another environment account.
After you reject an environment account connection request, you can't accept or use the rejected environment account connection.
You can’t reject an environment account connection that's connected to an environment.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the
RejectEnvironmentAccountConnectionRequest.Builderavoiding the need to create one manually viaRejectEnvironmentAccountConnectionRequest.builder()- Parameters:
rejectEnvironmentAccountConnectionRequest- AConsumerthat will call methods onRejectEnvironmentAccountConnectionRequest.Builderto create a request.- Returns:
- Result of the RejectEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.
For more information, see Proton resources and tagging in the Proton User Guide.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.
For more information, see Proton resources and tagging in the Proton User Guide.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.
For more information, see Proton resources and tagging in the Proton User Guide.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.
For more information, see Proton resources and tagging in the Proton User Guide.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAccountSettings
default UpdateAccountSettingsResponse updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update Proton settings that are used for multiple services in the Amazon Web Services account.
- Parameters:
updateAccountSettingsRequest-- Returns:
- Result of the UpdateAccountSettings operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateAccountSettings
default UpdateAccountSettingsResponse updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update Proton settings that are used for multiple services in the Amazon Web Services account.
This is a convenience which creates an instance of the
UpdateAccountSettingsRequest.Builderavoiding the need to create one manually viaUpdateAccountSettingsRequest.builder()- Parameters:
updateAccountSettingsRequest- AConsumerthat will call methods onUpdateAccountSettingsRequest.Builderto create a request.- Returns:
- Result of the UpdateAccountSettings operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateComponent
default UpdateComponentResponse updateComponent(UpdateComponentRequest updateComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a component.
There are a few modes for updating a component. The
deploymentTypefield defines the mode.You can't update a component while its deployment status, or the deployment status of a service instance attached to it, is
IN_PROGRESS.For more information about components, see Proton components in the Proton User Guide.
- Parameters:
updateComponentRequest-- Returns:
- Result of the UpdateComponent operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateComponent
default UpdateComponentResponse updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a component.
There are a few modes for updating a component. The
deploymentTypefield defines the mode.You can't update a component while its deployment status, or the deployment status of a service instance attached to it, is
IN_PROGRESS.For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
UpdateComponentRequest.Builderavoiding the need to create one manually viaUpdateComponentRequest.builder()- Parameters:
updateComponentRequest- AConsumerthat will call methods onUpdateComponentRequest.Builderto create a request.- Returns:
- Result of the UpdateComponent operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironment
default UpdateEnvironmentResponse updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update an environment.
If the environment is associated with an environment account connection, don't update or include the
protonServiceRoleArnandprovisioningRepositoryparameter to update or connect to an environment account connection.You can only update to a new environment account connection if that connection was created in the same environment account that the current environment account connection was created in. The account connection must also be associated with the current environment.
If the environment isn't associated with an environment account connection, don't update or include the
environmentAccountConnectionIdparameter. You can't update or connect the environment to an environment account connection if it isn't already associated with an environment connection.You can update either the
environmentAccountConnectionIdorprotonServiceRoleArnparameter and value. You can’t update both.If the environment was configured for Amazon Web Services-managed provisioning, omit the
provisioningRepositoryparameter.If the environment was configured for self-managed provisioning, specify the
provisioningRepositoryparameter and omit theprotonServiceRoleArnandenvironmentAccountConnectionIdparameters.For more information, see Environments and Provisioning methods in the Proton User Guide.
There are four modes for updating an environment. The
deploymentTypefield defines the mode.-
NONEIn this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
-
CURRENT_VERSIONIn this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include minor or major version parameters when you use this
deployment-type. -
MINOR_VERSIONIn this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.
-
MAJOR_VERSIONIn this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version.
- Parameters:
updateEnvironmentRequest-- Returns:
- Result of the UpdateEnvironment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
updateEnvironment
default UpdateEnvironmentResponse updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update an environment.
If the environment is associated with an environment account connection, don't update or include the
protonServiceRoleArnandprovisioningRepositoryparameter to update or connect to an environment account connection.You can only update to a new environment account connection if that connection was created in the same environment account that the current environment account connection was created in. The account connection must also be associated with the current environment.
If the environment isn't associated with an environment account connection, don't update or include the
environmentAccountConnectionIdparameter. You can't update or connect the environment to an environment account connection if it isn't already associated with an environment connection.You can update either the
environmentAccountConnectionIdorprotonServiceRoleArnparameter and value. You can’t update both.If the environment was configured for Amazon Web Services-managed provisioning, omit the
provisioningRepositoryparameter.If the environment was configured for self-managed provisioning, specify the
provisioningRepositoryparameter and omit theprotonServiceRoleArnandenvironmentAccountConnectionIdparameters.For more information, see Environments and Provisioning methods in the Proton User Guide.
There are four modes for updating an environment. The
deploymentTypefield defines the mode.-
NONEIn this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
-
CURRENT_VERSIONIn this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include minor or major version parameters when you use this
deployment-type. -
MINOR_VERSIONIn this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.
-
MAJOR_VERSIONIn this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version.
This is a convenience which creates an instance of the
UpdateEnvironmentRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentRequest.builder()- Parameters:
updateEnvironmentRequest- AConsumerthat will call methods onUpdateEnvironmentRequest.Builderto create a request.- Returns:
- Result of the UpdateEnvironment operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
updateEnvironmentAccountConnection
default UpdateEnvironmentAccountConnectionResponse updateEnvironmentAccountConnection(UpdateEnvironmentAccountConnectionRequest updateEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, update an environment account connection to use a new IAM role.
For more information, see Environment account connections in the Proton User guide.
- Parameters:
updateEnvironmentAccountConnectionRequest-- Returns:
- Result of the UpdateEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentAccountConnection
default UpdateEnvironmentAccountConnectionResponse updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
In an environment account, update an environment account connection to use a new IAM role.
For more information, see Environment account connections in the Proton User guide.
This is a convenience which creates an instance of the
UpdateEnvironmentAccountConnectionRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentAccountConnectionRequest.builder()- Parameters:
updateEnvironmentAccountConnectionRequest- AConsumerthat will call methods onUpdateEnvironmentAccountConnectionRequest.Builderto create a request.- Returns:
- Result of the UpdateEnvironmentAccountConnection operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentTemplate
default UpdateEnvironmentTemplateResponse updateEnvironmentTemplate(UpdateEnvironmentTemplateRequest updateEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update an environment template.
- Parameters:
updateEnvironmentTemplateRequest-- Returns:
- Result of the UpdateEnvironmentTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentTemplate
default UpdateEnvironmentTemplateResponse updateEnvironmentTemplate(Consumer<UpdateEnvironmentTemplateRequest.Builder> updateEnvironmentTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update an environment template.
This is a convenience which creates an instance of the
UpdateEnvironmentTemplateRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentTemplateRequest.builder()- Parameters:
updateEnvironmentTemplateRequest- AConsumerthat will call methods onUpdateEnvironmentTemplateRequest.Builderto create a request.- Returns:
- Result of the UpdateEnvironmentTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentTemplateVersion
default UpdateEnvironmentTemplateVersionResponse updateEnvironmentTemplateVersion(UpdateEnvironmentTemplateVersionRequest updateEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a major or minor version of an environment template.
- Parameters:
updateEnvironmentTemplateVersionRequest-- Returns:
- Result of the UpdateEnvironmentTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateEnvironmentTemplateVersion
default UpdateEnvironmentTemplateVersionResponse updateEnvironmentTemplateVersion(Consumer<UpdateEnvironmentTemplateVersionRequest.Builder> updateEnvironmentTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a major or minor version of an environment template.
This is a convenience which creates an instance of the
UpdateEnvironmentTemplateVersionRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentTemplateVersionRequest.builder()- Parameters:
updateEnvironmentTemplateVersionRequest- AConsumerthat will call methods onUpdateEnvironmentTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the UpdateEnvironmentTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateService
default UpdateServiceResponse updateService(UpdateServiceRequest updateServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Edit a service description or use a spec to add and delete service instances.
Existing service instances and the service pipeline can't be edited using this API. They can only be deleted.
Use the
descriptionparameter to modify the description.Edit the
specparameter to add or delete instances.You can't delete a service instance (remove it from the spec) if it has an attached component.
For more information about components, see Proton components in the Proton User Guide.
- Parameters:
updateServiceRequest-- Returns:
- Result of the UpdateService operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateService
default UpdateServiceResponse updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest) throws ServiceQuotaExceededException, ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Edit a service description or use a spec to add and delete service instances.
Existing service instances and the service pipeline can't be edited using this API. They can only be deleted.
Use the
descriptionparameter to modify the description.Edit the
specparameter to add or delete instances.You can't delete a service instance (remove it from the spec) if it has an attached component.
For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
UpdateServiceRequest.Builderavoiding the need to create one manually viaUpdateServiceRequest.builder()- Parameters:
updateServiceRequest- AConsumerthat will call methods onUpdateServiceRequest.Builderto create a request.- Returns:
- Result of the UpdateService operation returned by the service.
- Throws:
ServiceQuotaExceededException- A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceInstance
default UpdateServiceInstanceResponse updateServiceInstance(UpdateServiceInstanceRequest updateServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a service instance.
There are a few modes for updating a service instance. The
deploymentTypefield defines the mode.You can't update a service instance while its deployment status, or the deployment status of a component attached to it, is
IN_PROGRESS.For more information about components, see Proton components in the Proton User Guide.
- Parameters:
updateServiceInstanceRequest-- Returns:
- Result of the UpdateServiceInstance operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceInstance
default UpdateServiceInstanceResponse updateServiceInstance(Consumer<UpdateServiceInstanceRequest.Builder> updateServiceInstanceRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a service instance.
There are a few modes for updating a service instance. The
deploymentTypefield defines the mode.You can't update a service instance while its deployment status, or the deployment status of a component attached to it, is
IN_PROGRESS.For more information about components, see Proton components in the Proton User Guide.
This is a convenience which creates an instance of the
UpdateServiceInstanceRequest.Builderavoiding the need to create one manually viaUpdateServiceInstanceRequest.builder()- Parameters:
updateServiceInstanceRequest- AConsumerthat will call methods onUpdateServiceInstanceRequest.Builderto create a request.- Returns:
- Result of the UpdateServiceInstance operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServicePipeline
default UpdateServicePipelineResponse updateServicePipeline(UpdateServicePipelineRequest updateServicePipelineRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service pipeline.
There are four modes for updating a service pipeline. The
deploymentTypefield defines the mode.-
NONEIn this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
-
CURRENT_VERSIONIn this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type. -
MINOR_VERSIONIn this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
-
MAJOR_VERSIONIn this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template by default. You can specify a different major version that's higher than the major version in use and a minor version.
- Parameters:
updateServicePipelineRequest-- Returns:
- Result of the UpdateServicePipeline operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
updateServicePipeline
default UpdateServicePipelineResponse updateServicePipeline(Consumer<UpdateServicePipelineRequest.Builder> updateServicePipelineRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service pipeline.
There are four modes for updating a service pipeline. The
deploymentTypefield defines the mode.-
NONEIn this mode, a deployment doesn't occur. Only the requested metadata parameters are updated.
-
CURRENT_VERSIONIn this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include major or minor version parameters when you use this
deployment-type. -
MINOR_VERSIONIn this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use.
-
MAJOR_VERSIONIn this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template by default. You can specify a different major version that's higher than the major version in use and a minor version.
This is a convenience which creates an instance of the
UpdateServicePipelineRequest.Builderavoiding the need to create one manually viaUpdateServicePipelineRequest.builder()- Parameters:
updateServicePipelineRequest- AConsumerthat will call methods onUpdateServicePipelineRequest.Builderto create a request.- Returns:
- Result of the UpdateServicePipeline operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
-
updateServiceSyncBlocker
default UpdateServiceSyncBlockerResponse updateServiceSyncBlocker(UpdateServiceSyncBlockerRequest updateServiceSyncBlockerRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service sync blocker by resolving it.
- Parameters:
updateServiceSyncBlockerRequest-- Returns:
- Result of the UpdateServiceSyncBlocker operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceSyncBlocker
default UpdateServiceSyncBlockerResponse updateServiceSyncBlocker(Consumer<UpdateServiceSyncBlockerRequest.Builder> updateServiceSyncBlockerRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the service sync blocker by resolving it.
This is a convenience which creates an instance of the
UpdateServiceSyncBlockerRequest.Builderavoiding the need to create one manually viaUpdateServiceSyncBlockerRequest.builder()- Parameters:
updateServiceSyncBlockerRequest- AConsumerthat will call methods onUpdateServiceSyncBlockerRequest.Builderto create a request.- Returns:
- Result of the UpdateServiceSyncBlocker operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceSyncConfig
default UpdateServiceSyncConfigResponse updateServiceSyncConfig(UpdateServiceSyncConfigRequest updateServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the Proton Ops config file.
- Parameters:
updateServiceSyncConfigRequest-- Returns:
- Result of the UpdateServiceSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceSyncConfig
default UpdateServiceSyncConfigResponse updateServiceSyncConfig(Consumer<UpdateServiceSyncConfigRequest.Builder> updateServiceSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update the Proton Ops config file.
This is a convenience which creates an instance of the
UpdateServiceSyncConfigRequest.Builderavoiding the need to create one manually viaUpdateServiceSyncConfigRequest.builder()- Parameters:
updateServiceSyncConfigRequest- AConsumerthat will call methods onUpdateServiceSyncConfigRequest.Builderto create a request.- Returns:
- Result of the UpdateServiceSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceTemplate
default UpdateServiceTemplateResponse updateServiceTemplate(UpdateServiceTemplateRequest updateServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a service template.
- Parameters:
updateServiceTemplateRequest-- Returns:
- Result of the UpdateServiceTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceTemplate
default UpdateServiceTemplateResponse updateServiceTemplate(Consumer<UpdateServiceTemplateRequest.Builder> updateServiceTemplateRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a service template.
This is a convenience which creates an instance of the
UpdateServiceTemplateRequest.Builderavoiding the need to create one manually viaUpdateServiceTemplateRequest.builder()- Parameters:
updateServiceTemplateRequest- AConsumerthat will call methods onUpdateServiceTemplateRequest.Builderto create a request.- Returns:
- Result of the UpdateServiceTemplate operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceTemplateVersion
default UpdateServiceTemplateVersionResponse updateServiceTemplateVersion(UpdateServiceTemplateVersionRequest updateServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a major or minor version of a service template.
- Parameters:
updateServiceTemplateVersionRequest-- Returns:
- Result of the UpdateServiceTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateServiceTemplateVersion
default UpdateServiceTemplateVersionResponse updateServiceTemplateVersion(Consumer<UpdateServiceTemplateVersionRequest.Builder> updateServiceTemplateVersionRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update a major or minor version of a service template.
This is a convenience which creates an instance of the
UpdateServiceTemplateVersionRequest.Builderavoiding the need to create one manually viaUpdateServiceTemplateVersionRequest.builder()- Parameters:
updateServiceTemplateVersionRequest- AConsumerthat will call methods onUpdateServiceTemplateVersionRequest.Builderto create a request.- Returns:
- Result of the UpdateServiceTemplateVersion operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateTemplateSyncConfig
default UpdateTemplateSyncConfigResponse updateTemplateSyncConfig(UpdateTemplateSyncConfigRequest updateTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update template sync configuration parameters, except for the
templateNameandtemplateType. Repository details (branch, name, and provider) should be of a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.- Parameters:
updateTemplateSyncConfigRequest-- Returns:
- Result of the UpdateTemplateSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateTemplateSyncConfig
default UpdateTemplateSyncConfigResponse updateTemplateSyncConfig(Consumer<UpdateTemplateSyncConfigRequest.Builder> updateTemplateSyncConfigRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ConflictException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, ProtonException
Update template sync configuration parameters, except for the
templateNameandtemplateType. Repository details (branch, name, and provider) should be of a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
This is a convenience which creates an instance of the
UpdateTemplateSyncConfigRequest.Builderavoiding the need to create one manually viaUpdateTemplateSyncConfigRequest.builder()- Parameters:
updateTemplateSyncConfigRequest- AConsumerthat will call methods onUpdateTemplateSyncConfigRequest.Builderto create a request.- Returns:
- Result of the UpdateTemplateSyncConfig operation returned by the service.
- Throws:
ValidationException- The input is invalid or an out-of-range value was supplied for the input parameter.AccessDeniedException- There isn't sufficient access for performing this action.ThrottlingException- The request was denied due to request throttling.ConflictException- The request couldn't be made due to a conflicting operation or resource.ResourceNotFoundException- The requested resource wasn't found.InternalServerException- The request failed to register with the service.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.ProtonException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
waiter
default ProtonWaiter waiter()
Create an instance ofProtonWaiterusing this client.Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
- Returns:
- an instance of
ProtonWaiter
-
create
static ProtonClient create()
Create aProtonClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static ProtonClientBuilder builder()
Create a builder that can be used to configure and create aProtonClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default ProtonServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-