Interface DevOpsAgentClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
builder()
method.
AWS DevOps Agent is a frontier agent that resolves and proactively prevents incidents, continuously improving reliability and performance. AWS DevOps Agent investigates incidents and identifies operational improvements as an experienced DevOps engineer.
The agent works by:
- Learning your resources and their relationships.
- Working with your observability tools, runbooks, code repositories, and CI/CD pipelines.
- Correlating telemetry, code, and deployment data to understand relationships between your application resources.
- Supporting applications in multicloud and hybrid environments.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptionallowVendedLogDeliveryForResource(Consumer<AllowVendedLogDeliveryForResourceRequest.Builder> allowVendedLogDeliveryForResourceRequest) Authorize Ingestion Hub subscription operation.allowVendedLogDeliveryForResource(AllowVendedLogDeliveryForResourceRequest allowVendedLogDeliveryForResourceRequest) Authorize Ingestion Hub subscription operation.default AssociateServiceResponseassociateService(Consumer<AssociateServiceRequest.Builder> associateServiceRequest) Adds a specific service association to an AgentSpace.default AssociateServiceResponseassociateService(AssociateServiceRequest associateServiceRequest) Adds a specific service association to an AgentSpace.static DevOpsAgentClientBuilderbuilder()Create a builder that can be used to configure and create aDevOpsAgentClient.static DevOpsAgentClientcreate()Create aDevOpsAgentClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CreateAgentSpaceResponsecreateAgentSpace(Consumer<CreateAgentSpaceRequest.Builder> createAgentSpaceRequest) Creates a new AgentSpace with the specified name and description.default CreateAgentSpaceResponsecreateAgentSpace(CreateAgentSpaceRequest createAgentSpaceRequest) Creates a new AgentSpace with the specified name and description.default CreateBacklogTaskResponsecreateBacklogTask(Consumer<CreateBacklogTaskRequest.Builder> createBacklogTaskRequest) Creates a new backlog task in the specified agent spacedefault CreateBacklogTaskResponsecreateBacklogTask(CreateBacklogTaskRequest createBacklogTaskRequest) Creates a new backlog task in the specified agent spacedefault CreateChatResponsecreateChat(Consumer<CreateChatRequest.Builder> createChatRequest) Creates a new chat execution in the specified agent spacedefault CreateChatResponsecreateChat(CreateChatRequest createChatRequest) Creates a new chat execution in the specified agent spacedefault CreatePrivateConnectionResponsecreatePrivateConnection(Consumer<CreatePrivateConnectionRequest.Builder> createPrivateConnectionRequest) Creates a Private Connection to a target resource.default CreatePrivateConnectionResponsecreatePrivateConnection(CreatePrivateConnectionRequest createPrivateConnectionRequest) Creates a Private Connection to a target resource.default DeleteAgentSpaceResponsedeleteAgentSpace(Consumer<DeleteAgentSpaceRequest.Builder> deleteAgentSpaceRequest) Deletes an AgentSpace.default DeleteAgentSpaceResponsedeleteAgentSpace(DeleteAgentSpaceRequest deleteAgentSpaceRequest) Deletes an AgentSpace.default DeletePrivateConnectionResponsedeletePrivateConnection(Consumer<DeletePrivateConnectionRequest.Builder> deletePrivateConnectionRequest) Deletes a Private Connection.default DeletePrivateConnectionResponsedeletePrivateConnection(DeletePrivateConnectionRequest deletePrivateConnectionRequest) Deletes a Private Connection.default DeregisterServiceResponsederegisterService(Consumer<DeregisterServiceRequest.Builder> deregisterServiceRequest) Deregister a servicedefault DeregisterServiceResponsederegisterService(DeregisterServiceRequest deregisterServiceRequest) Deregister a servicedescribePrivateConnection(Consumer<DescribePrivateConnectionRequest.Builder> describePrivateConnectionRequest) Retrieves details of an existing Private Connection.describePrivateConnection(DescribePrivateConnectionRequest describePrivateConnectionRequest) Retrieves details of an existing Private Connection.default DescribeSupportLevelResponsedescribeSupportLevel(Consumer<DescribeSupportLevelRequest.Builder> describeSupportLevelRequest) Describe the support level of a CloudSmith customer account.default DescribeSupportLevelResponsedescribeSupportLevel(DescribeSupportLevelRequest describeSupportLevelRequest) Describe the support level of a CloudSmith customer account.default DisableOperatorAppResponsedisableOperatorApp(Consumer<DisableOperatorAppRequest.Builder> disableOperatorAppRequest) Disable the Operator App for the specified AgentSpacedefault DisableOperatorAppResponsedisableOperatorApp(DisableOperatorAppRequest disableOperatorAppRequest) Disable the Operator App for the specified AgentSpacedefault DisassociateServiceResponsedisassociateService(Consumer<DisassociateServiceRequest.Builder> disassociateServiceRequest) Deletes a specific service association from an AgentSpace.default DisassociateServiceResponsedisassociateService(DisassociateServiceRequest disassociateServiceRequest) Deletes a specific service association from an AgentSpace.default EnableOperatorAppResponseenableOperatorApp(Consumer<EnableOperatorAppRequest.Builder> enableOperatorAppRequest) Enable the Operator App to access the given AgentSpacedefault EnableOperatorAppResponseenableOperatorApp(EnableOperatorAppRequest enableOperatorAppRequest) Enable the Operator App to access the given AgentSpacedefault EndChatForCaseResponseendChatForCase(Consumer<EndChatForCaseRequest.Builder> endChatForCaseRequest) End a chat session for a support case in the specified agent spacedefault EndChatForCaseResponseendChatForCase(EndChatForCaseRequest endChatForCaseRequest) End a chat session for a support case in the specified agent spacedefault GetAccountUsageResponsegetAccountUsage(Consumer<GetAccountUsageRequest.Builder> getAccountUsageRequest) Retrieves monthly account usage metrics and limits for the AWS account.default GetAccountUsageResponsegetAccountUsage(GetAccountUsageRequest getAccountUsageRequest) Retrieves monthly account usage metrics and limits for the AWS account.default GetAgentSpaceResponsegetAgentSpace(Consumer<GetAgentSpaceRequest.Builder> getAgentSpaceRequest) Retrieves detailed information about a specific AgentSpace.default GetAgentSpaceResponsegetAgentSpace(GetAgentSpaceRequest getAgentSpaceRequest) Retrieves detailed information about a specific AgentSpace.default GetAssociationResponsegetAssociation(Consumer<GetAssociationRequest.Builder> getAssociationRequest) Retrieves given associations configured for a specific AgentSpace.default GetAssociationResponsegetAssociation(GetAssociationRequest getAssociationRequest) Retrieves given associations configured for a specific AgentSpace.default GetBacklogTaskResponsegetBacklogTask(Consumer<GetBacklogTaskRequest.Builder> getBacklogTaskRequest) Gets a backlog task for the specified agent space and task iddefault GetBacklogTaskResponsegetBacklogTask(GetBacklogTaskRequest getBacklogTaskRequest) Gets a backlog task for the specified agent space and task iddefault GetOperatorAppResponsegetOperatorApp(Consumer<GetOperatorAppRequest.Builder> getOperatorAppRequest) Get the full auth configuration of operator including any enabled auth flowdefault GetOperatorAppResponsegetOperatorApp(GetOperatorAppRequest getOperatorAppRequest) Get the full auth configuration of operator including any enabled auth flowdefault GetRecommendationResponsegetRecommendation(Consumer<GetRecommendationRequest.Builder> getRecommendationRequest) Retrieves a specific recommendation by its IDdefault GetRecommendationResponsegetRecommendation(GetRecommendationRequest getRecommendationRequest) Retrieves a specific recommendation by its IDdefault GetServiceResponsegetService(Consumer<GetServiceRequest.Builder> getServiceRequest) Retrieves given service by it's unique identifierdefault GetServiceResponsegetService(GetServiceRequest getServiceRequest) Retrieves given service by it's unique identifierdefault InitiateChatForCaseResponseinitiateChatForCase(Consumer<InitiateChatForCaseRequest.Builder> initiateChatForCaseRequest) Initiate a chat for support case in the specified agent spacedefault InitiateChatForCaseResponseinitiateChatForCase(InitiateChatForCaseRequest initiateChatForCaseRequest) Initiate a chat for support case in the specified agent spacedefault ListAgentSpacesResponselistAgentSpaces(Consumer<ListAgentSpacesRequest.Builder> listAgentSpacesRequest) Lists all AgentSpaces with optional pagination.default ListAgentSpacesResponselistAgentSpaces(ListAgentSpacesRequest listAgentSpacesRequest) Lists all AgentSpaces with optional pagination.default ListAgentSpacesIterablelistAgentSpacesPaginator(Consumer<ListAgentSpacesRequest.Builder> listAgentSpacesRequest) This is a variant oflistAgentSpaces(software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesRequest)operation.default ListAgentSpacesIterablelistAgentSpacesPaginator(ListAgentSpacesRequest listAgentSpacesRequest) This is a variant oflistAgentSpaces(software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesRequest)operation.default ListAssociationsResponselistAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest) List all associations for given AgentSpacedefault ListAssociationsResponselistAssociations(ListAssociationsRequest listAssociationsRequest) List all associations for given AgentSpacedefault ListAssociationsIterablelistAssociationsPaginator(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest) This is a variant oflistAssociations(software.amazon.awssdk.services.devopsagent.model.ListAssociationsRequest)operation.default ListAssociationsIterablelistAssociationsPaginator(ListAssociationsRequest listAssociationsRequest) This is a variant oflistAssociations(software.amazon.awssdk.services.devopsagent.model.ListAssociationsRequest)operation.default ListBacklogTasksResponselistBacklogTasks(Consumer<ListBacklogTasksRequest.Builder> listBacklogTasksRequest) Lists backlog tasks in the specified agent space with optional filtering and sortingdefault ListBacklogTasksResponselistBacklogTasks(ListBacklogTasksRequest listBacklogTasksRequest) Lists backlog tasks in the specified agent space with optional filtering and sortingdefault ListBacklogTasksIterablelistBacklogTasksPaginator(Consumer<ListBacklogTasksRequest.Builder> listBacklogTasksRequest) This is a variant oflistBacklogTasks(software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksRequest)operation.default ListBacklogTasksIterablelistBacklogTasksPaginator(ListBacklogTasksRequest listBacklogTasksRequest) This is a variant oflistBacklogTasks(software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksRequest)operation.default ListChatsResponselistChats(Consumer<ListChatsRequest.Builder> listChatsRequest) Retrieves a paginated list of the user's recent chat executionsdefault ListChatsResponselistChats(ListChatsRequest listChatsRequest) Retrieves a paginated list of the user's recent chat executionsdefault ListExecutionsResponselistExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) List executionsdefault ListExecutionsResponselistExecutions(ListExecutionsRequest listExecutionsRequest) List executionsdefault ListExecutionsIterablelistExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) This is a variant oflistExecutions(software.amazon.awssdk.services.devopsagent.model.ListExecutionsRequest)operation.default ListExecutionsIterablelistExecutionsPaginator(ListExecutionsRequest listExecutionsRequest) This is a variant oflistExecutions(software.amazon.awssdk.services.devopsagent.model.ListExecutionsRequest)operation.default ListGoalsResponselistGoals(Consumer<ListGoalsRequest.Builder> listGoalsRequest) Lists goals in the specified agent space with optional filteringdefault ListGoalsResponselistGoals(ListGoalsRequest listGoalsRequest) Lists goals in the specified agent space with optional filteringdefault ListGoalsIterablelistGoalsPaginator(Consumer<ListGoalsRequest.Builder> listGoalsRequest) This is a variant oflistGoals(software.amazon.awssdk.services.devopsagent.model.ListGoalsRequest)operation.default ListGoalsIterablelistGoalsPaginator(ListGoalsRequest listGoalsRequest) This is a variant oflistGoals(software.amazon.awssdk.services.devopsagent.model.ListGoalsRequest)operation.default ListJournalRecordsResponselistJournalRecords(Consumer<ListJournalRecordsRequest.Builder> listJournalRecordsRequest) List journal records for a specific executiondefault ListJournalRecordsResponselistJournalRecords(ListJournalRecordsRequest listJournalRecordsRequest) List journal records for a specific executiondefault ListJournalRecordsIterablelistJournalRecordsPaginator(Consumer<ListJournalRecordsRequest.Builder> listJournalRecordsRequest) This is a variant oflistJournalRecords(software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsRequest)operation.default ListJournalRecordsIterablelistJournalRecordsPaginator(ListJournalRecordsRequest listJournalRecordsRequest) This is a variant oflistJournalRecords(software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsRequest)operation.default ListPendingMessagesResponselistPendingMessages(Consumer<ListPendingMessagesRequest.Builder> listPendingMessagesRequest) List pending messages for a specific execution.default ListPendingMessagesResponselistPendingMessages(ListPendingMessagesRequest listPendingMessagesRequest) List pending messages for a specific execution.default ListPrivateConnectionsResponselistPrivateConnections(Consumer<ListPrivateConnectionsRequest.Builder> listPrivateConnectionsRequest) Lists all Private Connections in the caller's account.default ListPrivateConnectionsResponselistPrivateConnections(ListPrivateConnectionsRequest listPrivateConnectionsRequest) Lists all Private Connections in the caller's account.default ListRecommendationsResponselistRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) Lists recommendations for the specified agent spacedefault ListRecommendationsResponselistRecommendations(ListRecommendationsRequest listRecommendationsRequest) Lists recommendations for the specified agent spacedefault ListServicesResponselistServices(Consumer<ListServicesRequest.Builder> listServicesRequest) List a list of registered service on the account level.default ListServicesResponselistServices(ListServicesRequest listServicesRequest) List a list of registered service on the account level.default ListServicesIterablelistServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest) This is a variant oflistServices(software.amazon.awssdk.services.devopsagent.model.ListServicesRequest)operation.default ListServicesIterablelistServicesPaginator(ListServicesRequest listServicesRequest) This is a variant oflistServices(software.amazon.awssdk.services.devopsagent.model.ListServicesRequest)operation.default ListTagsForResourceResponselistTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists tags for the specified AWS DevOps Agent resource.default ListTagsForResourceResponselistTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists tags for the specified AWS DevOps Agent resource.default ListWebhooksResponselistWebhooks(Consumer<ListWebhooksRequest.Builder> listWebhooksRequest) List all webhooks for given Associationdefault ListWebhooksResponselistWebhooks(ListWebhooksRequest listWebhooksRequest) List all webhooks for given Associationdefault RegisterServiceResponseregisterService(Consumer<RegisterServiceRequest.Builder> registerServiceRequest) This operation registers the specified servicedefault RegisterServiceResponseregisterService(RegisterServiceRequest registerServiceRequest) This operation registers the specified serviceThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadatadefault TagResourceResponsetagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds or overwrites tags for the specified AWS DevOps Agent resource.default TagResourceResponsetagResource(TagResourceRequest tagResourceRequest) Adds or overwrites tags for the specified AWS DevOps Agent resource.default UntagResourceResponseuntagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from the specified AWS DevOps Agent resource.default UntagResourceResponseuntagResource(UntagResourceRequest untagResourceRequest) Removes tags from the specified AWS DevOps Agent resource.default UpdateAgentSpaceResponseupdateAgentSpace(Consumer<UpdateAgentSpaceRequest.Builder> updateAgentSpaceRequest) Updates the information of an existing AgentSpace.default UpdateAgentSpaceResponseupdateAgentSpace(UpdateAgentSpaceRequest updateAgentSpaceRequest) Updates the information of an existing AgentSpace.default UpdateAssociationResponseupdateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest) Partially updates the configuration of an existing service association for an AgentSpace.default UpdateAssociationResponseupdateAssociation(UpdateAssociationRequest updateAssociationRequest) Partially updates the configuration of an existing service association for an AgentSpace.default UpdateBacklogTaskResponseupdateBacklogTask(Consumer<UpdateBacklogTaskRequest.Builder> updateBacklogTaskRequest) Update an existing backlog task.default UpdateBacklogTaskResponseupdateBacklogTask(UpdateBacklogTaskRequest updateBacklogTaskRequest) Update an existing backlog task.default UpdateGoalResponseupdateGoal(Consumer<UpdateGoalRequest.Builder> updateGoalRequest) Update an existing goaldefault UpdateGoalResponseupdateGoal(UpdateGoalRequest updateGoalRequest) Update an existing goalupdateOperatorAppIdpConfig(Consumer<UpdateOperatorAppIdpConfigRequest.Builder> updateOperatorAppIdpConfigRequest) Update the external Identity Provider configuration for the Operator AppupdateOperatorAppIdpConfig(UpdateOperatorAppIdpConfigRequest updateOperatorAppIdpConfigRequest) Update the external Identity Provider configuration for the Operator AppupdatePrivateConnectionCertificate(Consumer<UpdatePrivateConnectionCertificateRequest.Builder> updatePrivateConnectionCertificateRequest) Updates the certificate associated with a Private Connection.updatePrivateConnectionCertificate(UpdatePrivateConnectionCertificateRequest updatePrivateConnectionCertificateRequest) Updates the certificate associated with a Private Connection.default UpdateRecommendationResponseupdateRecommendation(Consumer<UpdateRecommendationRequest.Builder> updateRecommendationRequest) Updates an existing recommendation with new content, status, or metadatadefault UpdateRecommendationResponseupdateRecommendation(UpdateRecommendationRequest updateRecommendationRequest) Updates an existing recommendation with new content, status, or metadatadefault ValidateAwsAssociationsResponsevalidateAwsAssociations(Consumer<ValidateAwsAssociationsRequest.Builder> validateAwsAssociationsRequest) Validates an aws association and set status and returns a 204 No Content response on success.default ValidateAwsAssociationsResponsevalidateAwsAssociations(ValidateAwsAssociationsRequest validateAwsAssociationsRequest) Validates an aws association and set status and returns a 204 No Content response on success.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
-
-
Method Details
-
allowVendedLogDeliveryForResource
default AllowVendedLogDeliveryForResourceResponse allowVendedLogDeliveryForResource(AllowVendedLogDeliveryForResourceRequest allowVendedLogDeliveryForResourceRequest) throws ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Authorize Ingestion Hub subscription operation. Looks to see if the derived accountId from FAS has an AgentSpace.
- Parameters:
allowVendedLogDeliveryForResourceRequest- Input for authorizing vended log delivery for a resource.- Returns:
- Result of the AllowVendedLogDeliveryForResource operation returned by the service.
- See Also:
-
allowVendedLogDeliveryForResource
default AllowVendedLogDeliveryForResourceResponse allowVendedLogDeliveryForResource(Consumer<AllowVendedLogDeliveryForResourceRequest.Builder> allowVendedLogDeliveryForResourceRequest) throws ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Authorize Ingestion Hub subscription operation. Looks to see if the derived accountId from FAS has an AgentSpace.
This is a convenience which creates an instance of the
AllowVendedLogDeliveryForResourceRequest.Builderavoiding the need to create one manually viaAllowVendedLogDeliveryForResourceRequest.builder()- Parameters:
allowVendedLogDeliveryForResourceRequest- AConsumerthat will call methods onAllowVendedLogDeliveryForResourceRequest.Builderto create a request. Input for authorizing vended log delivery for a resource.- Returns:
- Result of the AllowVendedLogDeliveryForResource operation returned by the service.
- See Also:
-
associateService
default AssociateServiceResponse associateService(AssociateServiceRequest associateServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Adds a specific service association to an AgentSpace. It overwrites the existing association of the same service. Returns 201 Created on success.
- Parameters:
associateServiceRequest- Input for creating a new service association within an AgentSpace.- Returns:
- Result of the AssociateService operation returned by the service.
- See Also:
-
associateService
default AssociateServiceResponse associateService(Consumer<AssociateServiceRequest.Builder> associateServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Adds a specific service association to an AgentSpace. It overwrites the existing association of the same service. Returns 201 Created on success.
This is a convenience which creates an instance of the
AssociateServiceRequest.Builderavoiding the need to create one manually viaAssociateServiceRequest.builder()- Parameters:
associateServiceRequest- AConsumerthat will call methods onAssociateServiceRequest.Builderto create a request. Input for creating a new service association within an AgentSpace.- Returns:
- Result of the AssociateService operation returned by the service.
- See Also:
-
createAgentSpace
default CreateAgentSpaceResponse createAgentSpace(CreateAgentSpaceRequest createAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a new AgentSpace with the specified name and description. Duplicate space names are allowed.
- Parameters:
createAgentSpaceRequest- Input for creating a new AgentSpace.- Returns:
- Result of the CreateAgentSpace operation returned by the service.
- See Also:
-
createAgentSpace
default CreateAgentSpaceResponse createAgentSpace(Consumer<CreateAgentSpaceRequest.Builder> createAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, InvalidParameterException, ResourceNotFoundException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a new AgentSpace with the specified name and description. Duplicate space names are allowed.
This is a convenience which creates an instance of the
CreateAgentSpaceRequest.Builderavoiding the need to create one manually viaCreateAgentSpaceRequest.builder()- Parameters:
createAgentSpaceRequest- AConsumerthat will call methods onCreateAgentSpaceRequest.Builderto create a request. Input for creating a new AgentSpace.- Returns:
- Result of the CreateAgentSpace operation returned by the service.
- See Also:
-
createBacklogTask
default CreateBacklogTaskResponse createBacklogTask(CreateBacklogTaskRequest createBacklogTaskRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a new backlog task in the specified agent space
- Parameters:
createBacklogTaskRequest- Request structure for creating a new backlog task- Returns:
- Result of the CreateBacklogTask operation returned by the service.
- See Also:
-
createBacklogTask
default CreateBacklogTaskResponse createBacklogTask(Consumer<CreateBacklogTaskRequest.Builder> createBacklogTaskRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a new backlog task in the specified agent space
This is a convenience which creates an instance of the
CreateBacklogTaskRequest.Builderavoiding the need to create one manually viaCreateBacklogTaskRequest.builder()- Parameters:
createBacklogTaskRequest- AConsumerthat will call methods onCreateBacklogTaskRequest.Builderto create a request. Request structure for creating a new backlog task- Returns:
- Result of the CreateBacklogTask operation returned by the service.
- See Also:
-
createChat
default CreateChatResponse createChat(CreateChatRequest createChatRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a new chat execution in the specified agent space
- Parameters:
createChatRequest- Request structure for creating a new chat- Returns:
- Result of the CreateChat operation returned by the service.
- See Also:
-
createChat
default CreateChatResponse createChat(Consumer<CreateChatRequest.Builder> createChatRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a new chat execution in the specified agent space
This is a convenience which creates an instance of the
CreateChatRequest.Builderavoiding the need to create one manually viaCreateChatRequest.builder()- Parameters:
createChatRequest- AConsumerthat will call methods onCreateChatRequest.Builderto create a request. Request structure for creating a new chat- Returns:
- Result of the CreateChat operation returned by the service.
- See Also:
-
createPrivateConnection
default CreatePrivateConnectionResponse createPrivateConnection(CreatePrivateConnectionRequest createPrivateConnectionRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a Private Connection to a target resource.
- Parameters:
createPrivateConnectionRequest- Input for creating a new Private Connection.- Returns:
- Result of the CreatePrivateConnection operation returned by the service.
- See Also:
-
createPrivateConnection
default CreatePrivateConnectionResponse createPrivateConnection(Consumer<CreatePrivateConnectionRequest.Builder> createPrivateConnectionRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Creates a Private Connection to a target resource.
This is a convenience which creates an instance of the
CreatePrivateConnectionRequest.Builderavoiding the need to create one manually viaCreatePrivateConnectionRequest.builder()- Parameters:
createPrivateConnectionRequest- AConsumerthat will call methods onCreatePrivateConnectionRequest.Builderto create a request. Input for creating a new Private Connection.- Returns:
- Result of the CreatePrivateConnection operation returned by the service.
- See Also:
-
deleteAgentSpace
default DeleteAgentSpaceResponse deleteAgentSpace(DeleteAgentSpaceRequest deleteAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deletes an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
- Parameters:
deleteAgentSpaceRequest- Input for deleting an AgentSpace.- Returns:
- Result of the DeleteAgentSpace operation returned by the service.
- See Also:
-
deleteAgentSpace
default DeleteAgentSpaceResponse deleteAgentSpace(Consumer<DeleteAgentSpaceRequest.Builder> deleteAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deletes an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
This is a convenience which creates an instance of the
DeleteAgentSpaceRequest.Builderavoiding the need to create one manually viaDeleteAgentSpaceRequest.builder()- Parameters:
deleteAgentSpaceRequest- AConsumerthat will call methods onDeleteAgentSpaceRequest.Builderto create a request. Input for deleting an AgentSpace.- Returns:
- Result of the DeleteAgentSpace operation returned by the service.
- See Also:
-
deletePrivateConnection
default DeletePrivateConnectionResponse deletePrivateConnection(DeletePrivateConnectionRequest deletePrivateConnectionRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.
- Parameters:
deletePrivateConnectionRequest- Input for deleting an existing Private Connection.- Returns:
- Result of the DeletePrivateConnection operation returned by the service.
- See Also:
-
deletePrivateConnection
default DeletePrivateConnectionResponse deletePrivateConnection(Consumer<DeletePrivateConnectionRequest.Builder> deletePrivateConnectionRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.
This is a convenience which creates an instance of the
DeletePrivateConnectionRequest.Builderavoiding the need to create one manually viaDeletePrivateConnectionRequest.builder()- Parameters:
deletePrivateConnectionRequest- AConsumerthat will call methods onDeletePrivateConnectionRequest.Builderto create a request. Input for deleting an existing Private Connection.- Returns:
- Result of the DeletePrivateConnection operation returned by the service.
- See Also:
-
deregisterService
default DeregisterServiceResponse deregisterService(DeregisterServiceRequest deregisterServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deregister a service
- Parameters:
deregisterServiceRequest- Input for deregistering a service.- Returns:
- Result of the DeregisterService operation returned by the service.
- See Also:
-
deregisterService
default DeregisterServiceResponse deregisterService(Consumer<DeregisterServiceRequest.Builder> deregisterServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deregister a service
This is a convenience which creates an instance of the
DeregisterServiceRequest.Builderavoiding the need to create one manually viaDeregisterServiceRequest.builder()- Parameters:
deregisterServiceRequest- AConsumerthat will call methods onDeregisterServiceRequest.Builderto create a request. Input for deregistering a service.- Returns:
- Result of the DeregisterService operation returned by the service.
- See Also:
-
describePrivateConnection
default DescribePrivateConnectionResponse describePrivateConnection(DescribePrivateConnectionRequest describePrivateConnectionRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves details of an existing Private Connection.
- Parameters:
describePrivateConnectionRequest- Input for describing an existing Private Connection.- Returns:
- Result of the DescribePrivateConnection operation returned by the service.
- See Also:
-
describePrivateConnection
default DescribePrivateConnectionResponse describePrivateConnection(Consumer<DescribePrivateConnectionRequest.Builder> describePrivateConnectionRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves details of an existing Private Connection.
This is a convenience which creates an instance of the
DescribePrivateConnectionRequest.Builderavoiding the need to create one manually viaDescribePrivateConnectionRequest.builder()- Parameters:
describePrivateConnectionRequest- AConsumerthat will call methods onDescribePrivateConnectionRequest.Builderto create a request. Input for describing an existing Private Connection.- Returns:
- Result of the DescribePrivateConnection operation returned by the service.
- See Also:
-
describeSupportLevel
default DescribeSupportLevelResponse describeSupportLevel(DescribeSupportLevelRequest describeSupportLevelRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Describe the support level of a CloudSmith customer account.
- Parameters:
describeSupportLevelRequest- Request structure for desribing support level for an account- Returns:
- Result of the DescribeSupportLevel operation returned by the service.
- See Also:
-
describeSupportLevel
default DescribeSupportLevelResponse describeSupportLevel(Consumer<DescribeSupportLevelRequest.Builder> describeSupportLevelRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Describe the support level of a CloudSmith customer account.
This is a convenience which creates an instance of the
DescribeSupportLevelRequest.Builderavoiding the need to create one manually viaDescribeSupportLevelRequest.builder()- Parameters:
describeSupportLevelRequest- AConsumerthat will call methods onDescribeSupportLevelRequest.Builderto create a request. Request structure for desribing support level for an account- Returns:
- Result of the DescribeSupportLevel operation returned by the service.
- See Also:
-
disableOperatorApp
default DisableOperatorAppResponse disableOperatorApp(DisableOperatorAppRequest disableOperatorAppRequest) throws ValidationException, IdentityCenterServiceException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Disable the Operator App for the specified AgentSpace
- Parameters:
disableOperatorAppRequest- Input for disabling the Operator App for an AgentSpace.- Returns:
- Result of the DisableOperatorApp operation returned by the service.
- See Also:
-
disableOperatorApp
default DisableOperatorAppResponse disableOperatorApp(Consumer<DisableOperatorAppRequest.Builder> disableOperatorAppRequest) throws ValidationException, IdentityCenterServiceException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Disable the Operator App for the specified AgentSpace
This is a convenience which creates an instance of the
DisableOperatorAppRequest.Builderavoiding the need to create one manually viaDisableOperatorAppRequest.builder()- Parameters:
disableOperatorAppRequest- AConsumerthat will call methods onDisableOperatorAppRequest.Builderto create a request. Input for disabling the Operator App for an AgentSpace.- Returns:
- Result of the DisableOperatorApp operation returned by the service.
- See Also:
-
disassociateService
default DisassociateServiceResponse disassociateService(DisassociateServiceRequest disassociateServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
- Parameters:
disassociateServiceRequest- Input for removing a service association from an AgentSpace.- Returns:
- Result of the DisassociateService operation returned by the service.
- See Also:
-
disassociateService
default DisassociateServiceResponse disassociateService(Consumer<DisassociateServiceRequest.Builder> disassociateServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
This is a convenience which creates an instance of the
DisassociateServiceRequest.Builderavoiding the need to create one manually viaDisassociateServiceRequest.builder()- Parameters:
disassociateServiceRequest- AConsumerthat will call methods onDisassociateServiceRequest.Builderto create a request. Input for removing a service association from an AgentSpace.- Returns:
- Result of the DisassociateService operation returned by the service.
- See Also:
-
enableOperatorApp
default EnableOperatorAppResponse enableOperatorApp(EnableOperatorAppRequest enableOperatorAppRequest) throws ValidationException, IdentityCenterServiceException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Enable the Operator App to access the given AgentSpace
- Parameters:
enableOperatorAppRequest- Input for enabling the Operator App for an AgentSpace.- Returns:
- Result of the EnableOperatorApp operation returned by the service.
- See Also:
-
enableOperatorApp
default EnableOperatorAppResponse enableOperatorApp(Consumer<EnableOperatorAppRequest.Builder> enableOperatorAppRequest) throws ValidationException, IdentityCenterServiceException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Enable the Operator App to access the given AgentSpace
This is a convenience which creates an instance of the
EnableOperatorAppRequest.Builderavoiding the need to create one manually viaEnableOperatorAppRequest.builder()- Parameters:
enableOperatorAppRequest- AConsumerthat will call methods onEnableOperatorAppRequest.Builderto create a request. Input for enabling the Operator App for an AgentSpace.- Returns:
- Result of the EnableOperatorApp operation returned by the service.
- See Also:
-
endChatForCase
default EndChatForCaseResponse endChatForCase(EndChatForCaseRequest endChatForCaseRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException End a chat session for a support case in the specified agent space
- Parameters:
endChatForCaseRequest- Request structure for ending a chat session- Returns:
- Result of the EndChatForCase operation returned by the service.
- See Also:
-
endChatForCase
default EndChatForCaseResponse endChatForCase(Consumer<EndChatForCaseRequest.Builder> endChatForCaseRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException End a chat session for a support case in the specified agent space
This is a convenience which creates an instance of the
EndChatForCaseRequest.Builderavoiding the need to create one manually viaEndChatForCaseRequest.builder()- Parameters:
endChatForCaseRequest- AConsumerthat will call methods onEndChatForCaseRequest.Builderto create a request. Request structure for ending a chat session- Returns:
- Result of the EndChatForCase operation returned by the service.
- See Also:
-
getAccountUsage
default GetAccountUsageResponse getAccountUsage(GetAccountUsageRequest getAccountUsageRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves monthly account usage metrics and limits for the AWS account.
- Parameters:
getAccountUsageRequest-- Returns:
- Result of the GetAccountUsage operation returned by the service.
- See Also:
-
getAccountUsage
default GetAccountUsageResponse getAccountUsage(Consumer<GetAccountUsageRequest.Builder> getAccountUsageRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves monthly account usage metrics and limits for the AWS account.
This is a convenience which creates an instance of the
GetAccountUsageRequest.Builderavoiding the need to create one manually viaGetAccountUsageRequest.builder()- Parameters:
getAccountUsageRequest- AConsumerthat will call methods onGetAccountUsageRequest.Builderto create a request.- Returns:
- Result of the GetAccountUsage operation returned by the service.
- See Also:
-
getAgentSpace
default GetAgentSpaceResponse getAgentSpace(GetAgentSpaceRequest getAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves detailed information about a specific AgentSpace.
- Parameters:
getAgentSpaceRequest- Input for retrieving a specific AgentSpace by ID.- Returns:
- Result of the GetAgentSpace operation returned by the service.
- See Also:
-
getAgentSpace
default GetAgentSpaceResponse getAgentSpace(Consumer<GetAgentSpaceRequest.Builder> getAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves detailed information about a specific AgentSpace.
This is a convenience which creates an instance of the
GetAgentSpaceRequest.Builderavoiding the need to create one manually viaGetAgentSpaceRequest.builder()- Parameters:
getAgentSpaceRequest- AConsumerthat will call methods onGetAgentSpaceRequest.Builderto create a request. Input for retrieving a specific AgentSpace by ID.- Returns:
- Result of the GetAgentSpace operation returned by the service.
- See Also:
-
getAssociation
default GetAssociationResponse getAssociation(GetAssociationRequest getAssociationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves given associations configured for a specific AgentSpace.
- Parameters:
getAssociationRequest- Input for retrieving a specific service association.- Returns:
- Result of the GetAssociation operation returned by the service.
- See Also:
-
getAssociation
default GetAssociationResponse getAssociation(Consumer<GetAssociationRequest.Builder> getAssociationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves given associations configured for a specific AgentSpace.
This is a convenience which creates an instance of the
GetAssociationRequest.Builderavoiding the need to create one manually viaGetAssociationRequest.builder()- Parameters:
getAssociationRequest- AConsumerthat will call methods onGetAssociationRequest.Builderto create a request. Input for retrieving a specific service association.- Returns:
- Result of the GetAssociation operation returned by the service.
- See Also:
-
getBacklogTask
default GetBacklogTaskResponse getBacklogTask(GetBacklogTaskRequest getBacklogTaskRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Gets a backlog task for the specified agent space and task id
- Parameters:
getBacklogTaskRequest- Request structure for retrieving a specific backlog task- Returns:
- Result of the GetBacklogTask operation returned by the service.
- See Also:
-
getBacklogTask
default GetBacklogTaskResponse getBacklogTask(Consumer<GetBacklogTaskRequest.Builder> getBacklogTaskRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Gets a backlog task for the specified agent space and task id
This is a convenience which creates an instance of the
GetBacklogTaskRequest.Builderavoiding the need to create one manually viaGetBacklogTaskRequest.builder()- Parameters:
getBacklogTaskRequest- AConsumerthat will call methods onGetBacklogTaskRequest.Builderto create a request. Request structure for retrieving a specific backlog task- Returns:
- Result of the GetBacklogTask operation returned by the service.
- See Also:
-
getOperatorApp
default GetOperatorAppResponse getOperatorApp(GetOperatorAppRequest getOperatorAppRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Get the full auth configuration of operator including any enabled auth flow
- Parameters:
getOperatorAppRequest- Input for retrieving Operator App configuration.- Returns:
- Result of the GetOperatorApp operation returned by the service.
- See Also:
-
getOperatorApp
default GetOperatorAppResponse getOperatorApp(Consumer<GetOperatorAppRequest.Builder> getOperatorAppRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Get the full auth configuration of operator including any enabled auth flow
This is a convenience which creates an instance of the
GetOperatorAppRequest.Builderavoiding the need to create one manually viaGetOperatorAppRequest.builder()- Parameters:
getOperatorAppRequest- AConsumerthat will call methods onGetOperatorAppRequest.Builderto create a request. Input for retrieving Operator App configuration.- Returns:
- Result of the GetOperatorApp operation returned by the service.
- See Also:
-
getRecommendation
default GetRecommendationResponse getRecommendation(GetRecommendationRequest getRecommendationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves a specific recommendation by its ID
- Parameters:
getRecommendationRequest- Request structure for retrieving a specific recommendation- Returns:
- Result of the GetRecommendation operation returned by the service.
- See Also:
-
getRecommendation
default GetRecommendationResponse getRecommendation(Consumer<GetRecommendationRequest.Builder> getRecommendationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves a specific recommendation by its ID
This is a convenience which creates an instance of the
GetRecommendationRequest.Builderavoiding the need to create one manually viaGetRecommendationRequest.builder()- Parameters:
getRecommendationRequest- AConsumerthat will call methods onGetRecommendationRequest.Builderto create a request. Request structure for retrieving a specific recommendation- Returns:
- Result of the GetRecommendation operation returned by the service.
- See Also:
-
getService
default GetServiceResponse getService(GetServiceRequest getServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves given service by it's unique identifier
- Parameters:
getServiceRequest- Input for retrieving a specific service association.- Returns:
- Result of the GetService operation returned by the service.
- See Also:
-
getService
default GetServiceResponse getService(Consumer<GetServiceRequest.Builder> getServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves given service by it's unique identifier
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. Input for retrieving a specific service association.- Returns:
- Result of the GetService operation returned by the service.
- See Also:
-
initiateChatForCase
default InitiateChatForCaseResponse initiateChatForCase(InitiateChatForCaseRequest initiateChatForCaseRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Initiate a chat for support case in the specified agent space
- Parameters:
initiateChatForCaseRequest- Request structure for initiating a chat for support case- Returns:
- Result of the InitiateChatForCase operation returned by the service.
- See Also:
-
initiateChatForCase
default InitiateChatForCaseResponse initiateChatForCase(Consumer<InitiateChatForCaseRequest.Builder> initiateChatForCaseRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Initiate a chat for support case in the specified agent space
This is a convenience which creates an instance of the
InitiateChatForCaseRequest.Builderavoiding the need to create one manually viaInitiateChatForCaseRequest.builder()- Parameters:
initiateChatForCaseRequest- AConsumerthat will call methods onInitiateChatForCaseRequest.Builderto create a request. Request structure for initiating a chat for support case- Returns:
- Result of the InitiateChatForCase operation returned by the service.
- See Also:
-
listAgentSpaces
default ListAgentSpacesResponse listAgentSpaces(ListAgentSpacesRequest listAgentSpacesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists all AgentSpaces with optional pagination.
- Parameters:
listAgentSpacesRequest- Input for listing AgentSpaces with pagination support.- Returns:
- Result of the ListAgentSpaces operation returned by the service.
- See Also:
-
listAgentSpaces
default ListAgentSpacesResponse listAgentSpaces(Consumer<ListAgentSpacesRequest.Builder> listAgentSpacesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists all AgentSpaces with optional pagination.
This is a convenience which creates an instance of the
ListAgentSpacesRequest.Builderavoiding the need to create one manually viaListAgentSpacesRequest.builder()- Parameters:
listAgentSpacesRequest- AConsumerthat will call methods onListAgentSpacesRequest.Builderto create a request. Input for listing AgentSpaces with pagination support.- Returns:
- Result of the ListAgentSpaces operation returned by the service.
- See Also:
-
listAgentSpacesPaginator
default ListAgentSpacesIterable listAgentSpacesPaginator(ListAgentSpacesRequest listAgentSpacesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listAgentSpaces(software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesRequest)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.devopsagent.paginators.ListAgentSpacesIterable responses = client.listAgentSpacesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListAgentSpacesIterable responses = client .listAgentSpacesPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListAgentSpacesIterable responses = client.listAgentSpacesPaginator(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
listAgentSpaces(software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesRequest)operation.- Parameters:
listAgentSpacesRequest- Input for listing AgentSpaces with pagination support.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAgentSpacesPaginator
default ListAgentSpacesIterable listAgentSpacesPaginator(Consumer<ListAgentSpacesRequest.Builder> listAgentSpacesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listAgentSpaces(software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesRequest)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.devopsagent.paginators.ListAgentSpacesIterable responses = client.listAgentSpacesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListAgentSpacesIterable responses = client .listAgentSpacesPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListAgentSpacesIterable responses = client.listAgentSpacesPaginator(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
listAgentSpaces(software.amazon.awssdk.services.devopsagent.model.ListAgentSpacesRequest)operation.
This is a convenience which creates an instance of the
ListAgentSpacesRequest.Builderavoiding the need to create one manually viaListAgentSpacesRequest.builder()- Parameters:
listAgentSpacesRequest- AConsumerthat will call methods onListAgentSpacesRequest.Builderto create a request. Input for listing AgentSpaces with pagination support.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssociations
default ListAssociationsResponse listAssociations(ListAssociationsRequest listAssociationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List all associations for given AgentSpace
- Parameters:
listAssociationsRequest- Input for listing service associations within an AgentSpace.- Returns:
- Result of the ListAssociations operation returned by the service.
- See Also:
-
listAssociations
default ListAssociationsResponse listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List all associations for given AgentSpace
This is a convenience which creates an instance of the
ListAssociationsRequest.Builderavoiding the need to create one manually viaListAssociationsRequest.builder()- Parameters:
listAssociationsRequest- AConsumerthat will call methods onListAssociationsRequest.Builderto create a request. Input for listing service associations within an AgentSpace.- Returns:
- Result of the ListAssociations operation returned by the service.
- See Also:
-
listAssociationsPaginator
default ListAssociationsIterable listAssociationsPaginator(ListAssociationsRequest listAssociationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listAssociations(software.amazon.awssdk.services.devopsagent.model.ListAssociationsRequest)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.devopsagent.paginators.ListAssociationsIterable responses = client.listAssociationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListAssociationsIterable responses = client .listAssociationsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListAssociationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListAssociationsIterable responses = client.listAssociationsPaginator(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
listAssociations(software.amazon.awssdk.services.devopsagent.model.ListAssociationsRequest)operation.- Parameters:
listAssociationsRequest- Input for listing service associations within an AgentSpace.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAssociationsPaginator
default ListAssociationsIterable listAssociationsPaginator(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listAssociations(software.amazon.awssdk.services.devopsagent.model.ListAssociationsRequest)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.devopsagent.paginators.ListAssociationsIterable responses = client.listAssociationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListAssociationsIterable responses = client .listAssociationsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListAssociationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListAssociationsIterable responses = client.listAssociationsPaginator(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
listAssociations(software.amazon.awssdk.services.devopsagent.model.ListAssociationsRequest)operation.
This is a convenience which creates an instance of the
ListAssociationsRequest.Builderavoiding the need to create one manually viaListAssociationsRequest.builder()- Parameters:
listAssociationsRequest- AConsumerthat will call methods onListAssociationsRequest.Builderto create a request. Input for listing service associations within an AgentSpace.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listBacklogTasks
default ListBacklogTasksResponse listBacklogTasks(ListBacklogTasksRequest listBacklogTasksRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists backlog tasks in the specified agent space with optional filtering and sorting
- Parameters:
listBacklogTasksRequest- Request structure for listing backlog tasks with filtering, sorting, and pagination support- Returns:
- Result of the ListBacklogTasks operation returned by the service.
- See Also:
-
listBacklogTasks
default ListBacklogTasksResponse listBacklogTasks(Consumer<ListBacklogTasksRequest.Builder> listBacklogTasksRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists backlog tasks in the specified agent space with optional filtering and sorting
This is a convenience which creates an instance of the
ListBacklogTasksRequest.Builderavoiding the need to create one manually viaListBacklogTasksRequest.builder()- Parameters:
listBacklogTasksRequest- AConsumerthat will call methods onListBacklogTasksRequest.Builderto create a request. Request structure for listing backlog tasks with filtering, sorting, and pagination support- Returns:
- Result of the ListBacklogTasks operation returned by the service.
- See Also:
-
listBacklogTasksPaginator
default ListBacklogTasksIterable listBacklogTasksPaginator(ListBacklogTasksRequest listBacklogTasksRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listBacklogTasks(software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksRequest)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.devopsagent.paginators.ListBacklogTasksIterable responses = client.listBacklogTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListBacklogTasksIterable responses = client .listBacklogTasksPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListBacklogTasksIterable responses = client.listBacklogTasksPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listBacklogTasks(software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksRequest)operation.- Parameters:
listBacklogTasksRequest- Request structure for listing backlog tasks with filtering, sorting, and pagination support- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listBacklogTasksPaginator
default ListBacklogTasksIterable listBacklogTasksPaginator(Consumer<ListBacklogTasksRequest.Builder> listBacklogTasksRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listBacklogTasks(software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksRequest)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.devopsagent.paginators.ListBacklogTasksIterable responses = client.listBacklogTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListBacklogTasksIterable responses = client .listBacklogTasksPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListBacklogTasksIterable responses = client.listBacklogTasksPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listBacklogTasks(software.amazon.awssdk.services.devopsagent.model.ListBacklogTasksRequest)operation.
This is a convenience which creates an instance of the
ListBacklogTasksRequest.Builderavoiding the need to create one manually viaListBacklogTasksRequest.builder()- Parameters:
listBacklogTasksRequest- AConsumerthat will call methods onListBacklogTasksRequest.Builderto create a request. Request structure for listing backlog tasks with filtering, sorting, and pagination support- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listChats
default ListChatsResponse listChats(ListChatsRequest listChatsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves a paginated list of the user's recent chat executions
- Parameters:
listChatsRequest- Request structure for listing chats- Returns:
- Result of the ListChats operation returned by the service.
- See Also:
-
listChats
default ListChatsResponse listChats(Consumer<ListChatsRequest.Builder> listChatsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Retrieves a paginated list of the user's recent chat executions
This is a convenience which creates an instance of the
ListChatsRequest.Builderavoiding the need to create one manually viaListChatsRequest.builder()- Parameters:
listChatsRequest- AConsumerthat will call methods onListChatsRequest.Builderto create a request. Request structure for listing chats- Returns:
- Result of the ListChats operation returned by the service.
- See Also:
-
listExecutions
default ListExecutionsResponse listExecutions(ListExecutionsRequest listExecutionsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List executions
- Parameters:
listExecutionsRequest- Request structure for listing executions- Returns:
- Result of the ListExecutions operation returned by the service.
- See Also:
-
listExecutions
default ListExecutionsResponse listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List executions
This is a convenience which creates an instance of the
ListExecutionsRequest.Builderavoiding the need to create one manually viaListExecutionsRequest.builder()- Parameters:
listExecutionsRequest- AConsumerthat will call methods onListExecutionsRequest.Builderto create a request. Request structure for listing executions- Returns:
- Result of the ListExecutions operation returned by the service.
- See Also:
-
listExecutionsPaginator
default ListExecutionsIterable listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listExecutions(software.amazon.awssdk.services.devopsagent.model.ListExecutionsRequest)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.devopsagent.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListExecutionsIterable responses = client .listExecutionsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listExecutions(software.amazon.awssdk.services.devopsagent.model.ListExecutionsRequest)operation.- Parameters:
listExecutionsRequest- Request structure for listing executions- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listExecutionsPaginator
default ListExecutionsIterable listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listExecutions(software.amazon.awssdk.services.devopsagent.model.ListExecutionsRequest)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.devopsagent.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListExecutionsIterable responses = client .listExecutionsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListExecutionsIterable responses = client.listExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listExecutions(software.amazon.awssdk.services.devopsagent.model.ListExecutionsRequest)operation.
This is a convenience which creates an instance of the
ListExecutionsRequest.Builderavoiding the need to create one manually viaListExecutionsRequest.builder()- Parameters:
listExecutionsRequest- AConsumerthat will call methods onListExecutionsRequest.Builderto create a request. Request structure for listing executions- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listGoals
default ListGoalsResponse listGoals(ListGoalsRequest listGoalsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists goals in the specified agent space with optional filtering
- Parameters:
listGoalsRequest- Request structure for listing goals- Returns:
- Result of the ListGoals operation returned by the service.
- See Also:
-
listGoals
default ListGoalsResponse listGoals(Consumer<ListGoalsRequest.Builder> listGoalsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists goals in the specified agent space with optional filtering
This is a convenience which creates an instance of the
ListGoalsRequest.Builderavoiding the need to create one manually viaListGoalsRequest.builder()- Parameters:
listGoalsRequest- AConsumerthat will call methods onListGoalsRequest.Builderto create a request. Request structure for listing goals- Returns:
- Result of the ListGoals operation returned by the service.
- See Also:
-
listGoalsPaginator
default ListGoalsIterable listGoalsPaginator(ListGoalsRequest listGoalsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listGoals(software.amazon.awssdk.services.devopsagent.model.ListGoalsRequest)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.devopsagent.paginators.ListGoalsIterable responses = client.listGoalsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListGoalsIterable responses = client.listGoalsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListGoalsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListGoalsIterable responses = client.listGoalsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listGoals(software.amazon.awssdk.services.devopsagent.model.ListGoalsRequest)operation.- Parameters:
listGoalsRequest- Request structure for listing goals- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listGoalsPaginator
default ListGoalsIterable listGoalsPaginator(Consumer<ListGoalsRequest.Builder> listGoalsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listGoals(software.amazon.awssdk.services.devopsagent.model.ListGoalsRequest)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.devopsagent.paginators.ListGoalsIterable responses = client.listGoalsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListGoalsIterable responses = client.listGoalsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListGoalsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListGoalsIterable responses = client.listGoalsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listGoals(software.amazon.awssdk.services.devopsagent.model.ListGoalsRequest)operation.
This is a convenience which creates an instance of the
ListGoalsRequest.Builderavoiding the need to create one manually viaListGoalsRequest.builder()- Parameters:
listGoalsRequest- AConsumerthat will call methods onListGoalsRequest.Builderto create a request. Request structure for listing goals- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listJournalRecords
default ListJournalRecordsResponse listJournalRecords(ListJournalRecordsRequest listJournalRecordsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List journal records for a specific execution
- Parameters:
listJournalRecordsRequest- Request structure for listing journal records with filtering and pagination support- Returns:
- Result of the ListJournalRecords operation returned by the service.
- See Also:
-
listJournalRecords
default ListJournalRecordsResponse listJournalRecords(Consumer<ListJournalRecordsRequest.Builder> listJournalRecordsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List journal records for a specific execution
This is a convenience which creates an instance of the
ListJournalRecordsRequest.Builderavoiding the need to create one manually viaListJournalRecordsRequest.builder()- Parameters:
listJournalRecordsRequest- AConsumerthat will call methods onListJournalRecordsRequest.Builderto create a request. Request structure for listing journal records with filtering and pagination support- Returns:
- Result of the ListJournalRecords operation returned by the service.
- See Also:
-
listJournalRecordsPaginator
default ListJournalRecordsIterable listJournalRecordsPaginator(ListJournalRecordsRequest listJournalRecordsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listJournalRecords(software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsRequest)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.devopsagent.paginators.ListJournalRecordsIterable responses = client.listJournalRecordsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListJournalRecordsIterable responses = client .listJournalRecordsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListJournalRecordsIterable responses = client.listJournalRecordsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listJournalRecords(software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsRequest)operation.- Parameters:
listJournalRecordsRequest- Request structure for listing journal records with filtering and pagination support- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listJournalRecordsPaginator
default ListJournalRecordsIterable listJournalRecordsPaginator(Consumer<ListJournalRecordsRequest.Builder> listJournalRecordsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listJournalRecords(software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsRequest)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.devopsagent.paginators.ListJournalRecordsIterable responses = client.listJournalRecordsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListJournalRecordsIterable responses = client .listJournalRecordsPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.paginators.ListJournalRecordsIterable responses = client.listJournalRecordsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of limit 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
listJournalRecords(software.amazon.awssdk.services.devopsagent.model.ListJournalRecordsRequest)operation.
This is a convenience which creates an instance of the
ListJournalRecordsRequest.Builderavoiding the need to create one manually viaListJournalRecordsRequest.builder()- Parameters:
listJournalRecordsRequest- AConsumerthat will call methods onListJournalRecordsRequest.Builderto create a request. Request structure for listing journal records with filtering and pagination support- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPendingMessages
default ListPendingMessagesResponse listPendingMessages(ListPendingMessagesRequest listPendingMessagesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List pending messages for a specific execution.
- Parameters:
listPendingMessagesRequest- Request structure for listing pending messages with filtering and pagination support- Returns:
- Result of the ListPendingMessages operation returned by the service.
- See Also:
-
listPendingMessages
default ListPendingMessagesResponse listPendingMessages(Consumer<ListPendingMessagesRequest.Builder> listPendingMessagesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List pending messages for a specific execution.
This is a convenience which creates an instance of the
ListPendingMessagesRequest.Builderavoiding the need to create one manually viaListPendingMessagesRequest.builder()- Parameters:
listPendingMessagesRequest- AConsumerthat will call methods onListPendingMessagesRequest.Builderto create a request. Request structure for listing pending messages with filtering and pagination support- Returns:
- Result of the ListPendingMessages operation returned by the service.
- See Also:
-
listPrivateConnections
default ListPrivateConnectionsResponse listPrivateConnections(ListPrivateConnectionsRequest listPrivateConnectionsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists all Private Connections in the caller's account.
- Parameters:
listPrivateConnectionsRequest- Input for listing Private Connections in the caller's account.- Returns:
- Result of the ListPrivateConnections operation returned by the service.
- See Also:
-
listPrivateConnections
default ListPrivateConnectionsResponse listPrivateConnections(Consumer<ListPrivateConnectionsRequest.Builder> listPrivateConnectionsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists all Private Connections in the caller's account.
This is a convenience which creates an instance of the
ListPrivateConnectionsRequest.Builderavoiding the need to create one manually viaListPrivateConnectionsRequest.builder()- Parameters:
listPrivateConnectionsRequest- AConsumerthat will call methods onListPrivateConnectionsRequest.Builderto create a request. Input for listing Private Connections in the caller's account.- Returns:
- Result of the ListPrivateConnections operation returned by the service.
- See Also:
-
listRecommendations
default ListRecommendationsResponse listRecommendations(ListRecommendationsRequest listRecommendationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists recommendations for the specified agent space
- Parameters:
listRecommendationsRequest- Request structure for listing recommendations with filtering and pagination support- Returns:
- Result of the ListRecommendations operation returned by the service.
- See Also:
-
listRecommendations
default ListRecommendationsResponse listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists recommendations for the specified agent space
This is a convenience which creates an instance of the
ListRecommendationsRequest.Builderavoiding the need to create one manually viaListRecommendationsRequest.builder()- Parameters:
listRecommendationsRequest- AConsumerthat will call methods onListRecommendationsRequest.Builderto create a request. Request structure for listing recommendations with filtering and pagination support- Returns:
- Result of the ListRecommendations operation returned by the service.
- See Also:
-
listServices
default ListServicesResponse listServices(ListServicesRequest listServicesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List a list of registered service on the account level.
- Parameters:
listServicesRequest- Input for listing registered services with optional filtering by service type.- Returns:
- Result of the ListServices operation returned by the service.
- See Also:
-
listServices
default ListServicesResponse listServices(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List a list of registered service on the account level.
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. Input for listing registered services with optional filtering by service type.- Returns:
- Result of the ListServices operation returned by the service.
- See Also:
-
listServicesPaginator
default ListServicesIterable listServicesPaginator(ListServicesRequest listServicesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listServices(software.amazon.awssdk.services.devopsagent.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.devopsagent.paginators.ListServicesIterable responses = client.listServicesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListServicesIterable responses = client.listServicesPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListServicesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.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.devopsagent.model.ListServicesRequest)operation.- Parameters:
listServicesRequest- Input for listing registered services with optional filtering by service type.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listServicesPaginator
default ListServicesIterable listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException This is a variant of
listServices(software.amazon.awssdk.services.devopsagent.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.devopsagent.paginators.ListServicesIterable responses = client.listServicesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.devopsagent.paginators.ListServicesIterable responses = client.listServicesPaginator(request); for (software.amazon.awssdk.services.devopsagent.model.ListServicesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.devopsagent.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.devopsagent.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. Input for listing registered services with optional filtering by service type.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists tags for the specified AWS DevOps Agent resource.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Lists tags for the specified AWS DevOps Agent resource.
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.
- See Also:
-
listWebhooks
default ListWebhooksResponse listWebhooks(ListWebhooksRequest listWebhooksRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List all webhooks for given Association
- Parameters:
listWebhooksRequest- Input for listing service webhooks within an association.- Returns:
- Result of the ListWebhooks operation returned by the service.
- See Also:
-
listWebhooks
default ListWebhooksResponse listWebhooks(Consumer<ListWebhooksRequest.Builder> listWebhooksRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException List all webhooks for given Association
This is a convenience which creates an instance of the
ListWebhooksRequest.Builderavoiding the need to create one manually viaListWebhooksRequest.builder()- Parameters:
listWebhooksRequest- AConsumerthat will call methods onListWebhooksRequest.Builderto create a request. Input for listing service webhooks within an association.- Returns:
- Result of the ListWebhooks operation returned by the service.
- See Also:
-
registerService
default RegisterServiceResponse registerService(RegisterServiceRequest registerServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, DevOpsAgentException This operation registers the specified service
- Parameters:
registerServiceRequest- Input for registering a new service with the platform.- Returns:
- Result of the RegisterService operation returned by the service.
- See Also:
-
registerService
default RegisterServiceResponse registerService(Consumer<RegisterServiceRequest.Builder> registerServiceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, InvalidParameterException, ThrottlingException, AwsServiceException, SdkClientException, DevOpsAgentException This operation registers the specified service
This is a convenience which creates an instance of the
RegisterServiceRequest.Builderavoiding the need to create one manually viaRegisterServiceRequest.builder()- Parameters:
registerServiceRequest- AConsumerthat will call methods onRegisterServiceRequest.Builderto create a request. Input for registering a new service with the platform.- Returns:
- Result of the RegisterService operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Adds or overwrites tags for the specified AWS DevOps Agent resource.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Adds or overwrites tags for the specified AWS DevOps Agent resource.
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.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Removes tags from the specified AWS DevOps Agent resource.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Removes tags from the specified AWS DevOps Agent resource.
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.
- See Also:
-
updateAgentSpace
default UpdateAgentSpaceResponse updateAgentSpace(UpdateAgentSpaceRequest updateAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Updates the information of an existing AgentSpace.
- Parameters:
updateAgentSpaceRequest- Input for updating an existing AgentSpace's properties. All fields except agentSpaceId are optional for partial updates.- Returns:
- Result of the UpdateAgentSpace operation returned by the service.
- See Also:
-
updateAgentSpace
default UpdateAgentSpaceResponse updateAgentSpace(Consumer<UpdateAgentSpaceRequest.Builder> updateAgentSpaceRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Updates the information of an existing AgentSpace.
This is a convenience which creates an instance of the
UpdateAgentSpaceRequest.Builderavoiding the need to create one manually viaUpdateAgentSpaceRequest.builder()- Parameters:
updateAgentSpaceRequest- AConsumerthat will call methods onUpdateAgentSpaceRequest.Builderto create a request. Input for updating an existing AgentSpace's properties. All fields except agentSpaceId are optional for partial updates.- Returns:
- Result of the UpdateAgentSpace operation returned by the service.
- See Also:
-
updateAssociation
default UpdateAssociationResponse updateAssociation(UpdateAssociationRequest updateAssociationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Partially updates the configuration of an existing service association for an AgentSpace. Present fields are fully replaced; absent fields are left unchanged. Returns 200 OK on success.
- Parameters:
updateAssociationRequest- Input for updating an existing service association. Present fields are fully replaced; absent fields are left unchanged.- Returns:
- Result of the UpdateAssociation operation returned by the service.
- See Also:
-
updateAssociation
default UpdateAssociationResponse updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Partially updates the configuration of an existing service association for an AgentSpace. Present fields are fully replaced; absent fields are left unchanged. Returns 200 OK on success.
This is a convenience which creates an instance of the
UpdateAssociationRequest.Builderavoiding the need to create one manually viaUpdateAssociationRequest.builder()- Parameters:
updateAssociationRequest- AConsumerthat will call methods onUpdateAssociationRequest.Builderto create a request. Input for updating an existing service association. Present fields are fully replaced; absent fields are left unchanged.- Returns:
- Result of the UpdateAssociation operation returned by the service.
- See Also:
-
updateBacklogTask
default UpdateBacklogTaskResponse updateBacklogTask(UpdateBacklogTaskRequest updateBacklogTaskRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Update an existing backlog task.
- Parameters:
updateBacklogTaskRequest- Request structure for updating a task- Returns:
- Result of the UpdateBacklogTask operation returned by the service.
- See Also:
-
updateBacklogTask
default UpdateBacklogTaskResponse updateBacklogTask(Consumer<UpdateBacklogTaskRequest.Builder> updateBacklogTaskRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Update an existing backlog task.
This is a convenience which creates an instance of the
UpdateBacklogTaskRequest.Builderavoiding the need to create one manually viaUpdateBacklogTaskRequest.builder()- Parameters:
updateBacklogTaskRequest- AConsumerthat will call methods onUpdateBacklogTaskRequest.Builderto create a request. Request structure for updating a task- Returns:
- Result of the UpdateBacklogTask operation returned by the service.
- See Also:
-
updateGoal
default UpdateGoalResponse updateGoal(UpdateGoalRequest updateGoalRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Update an existing goal
- Parameters:
updateGoalRequest- Request structure for updating a goal- Returns:
- Result of the UpdateGoal operation returned by the service.
- See Also:
-
updateGoal
default UpdateGoalResponse updateGoal(Consumer<UpdateGoalRequest.Builder> updateGoalRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Update an existing goal
This is a convenience which creates an instance of the
UpdateGoalRequest.Builderavoiding the need to create one manually viaUpdateGoalRequest.builder()- Parameters:
updateGoalRequest- AConsumerthat will call methods onUpdateGoalRequest.Builderto create a request. Request structure for updating a goal- Returns:
- Result of the UpdateGoal operation returned by the service.
- See Also:
-
updateOperatorAppIdpConfig
default UpdateOperatorAppIdpConfigResponse updateOperatorAppIdpConfig(UpdateOperatorAppIdpConfigRequest updateOperatorAppIdpConfigRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Update the external Identity Provider configuration for the Operator App
- Parameters:
updateOperatorAppIdpConfigRequest- Input for updating the external Identity Provider configuration for the Operator App.- Returns:
- Result of the UpdateOperatorAppIdpConfig operation returned by the service.
- See Also:
-
updateOperatorAppIdpConfig
default UpdateOperatorAppIdpConfigResponse updateOperatorAppIdpConfig(Consumer<UpdateOperatorAppIdpConfigRequest.Builder> updateOperatorAppIdpConfigRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Update the external Identity Provider configuration for the Operator App
This is a convenience which creates an instance of the
UpdateOperatorAppIdpConfigRequest.Builderavoiding the need to create one manually viaUpdateOperatorAppIdpConfigRequest.builder()- Parameters:
updateOperatorAppIdpConfigRequest- AConsumerthat will call methods onUpdateOperatorAppIdpConfigRequest.Builderto create a request. Input for updating the external Identity Provider configuration for the Operator App.- Returns:
- Result of the UpdateOperatorAppIdpConfig operation returned by the service.
- See Also:
-
updatePrivateConnectionCertificate
default UpdatePrivateConnectionCertificateResponse updatePrivateConnectionCertificate(UpdatePrivateConnectionCertificateRequest updatePrivateConnectionCertificateRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Updates the certificate associated with a Private Connection.
- Parameters:
updatePrivateConnectionCertificateRequest- Input for updating the certificate of a Private Connection.- Returns:
- Result of the UpdatePrivateConnectionCertificate operation returned by the service.
- See Also:
-
updatePrivateConnectionCertificate
default UpdatePrivateConnectionCertificateResponse updatePrivateConnectionCertificate(Consumer<UpdatePrivateConnectionCertificateRequest.Builder> updatePrivateConnectionCertificateRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Updates the certificate associated with a Private Connection.
This is a convenience which creates an instance of the
UpdatePrivateConnectionCertificateRequest.Builderavoiding the need to create one manually viaUpdatePrivateConnectionCertificateRequest.builder()- Parameters:
updatePrivateConnectionCertificateRequest- AConsumerthat will call methods onUpdatePrivateConnectionCertificateRequest.Builderto create a request. Input for updating the certificate of a Private Connection.- Returns:
- Result of the UpdatePrivateConnectionCertificate operation returned by the service.
- See Also:
-
updateRecommendation
default UpdateRecommendationResponse updateRecommendation(UpdateRecommendationRequest updateRecommendationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Updates an existing recommendation with new content, status, or metadata
- Parameters:
updateRecommendationRequest- Request structure for updating an existing recommendation- Returns:
- Result of the UpdateRecommendation operation returned by the service.
- See Also:
-
updateRecommendation
default UpdateRecommendationResponse updateRecommendation(Consumer<UpdateRecommendationRequest.Builder> updateRecommendationRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Updates an existing recommendation with new content, status, or metadata
This is a convenience which creates an instance of the
UpdateRecommendationRequest.Builderavoiding the need to create one manually viaUpdateRecommendationRequest.builder()- Parameters:
updateRecommendationRequest- AConsumerthat will call methods onUpdateRecommendationRequest.Builderto create a request. Request structure for updating an existing recommendation- Returns:
- Result of the UpdateRecommendation operation returned by the service.
- See Also:
-
validateAwsAssociations
default ValidateAwsAssociationsResponse validateAwsAssociations(ValidateAwsAssociationsRequest validateAwsAssociationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Validates an aws association and set status and returns a 204 No Content response on success.
- Parameters:
validateAwsAssociationsRequest- Input for validating an aws association- Returns:
- Result of the ValidateAwsAssociations operation returned by the service.
- See Also:
-
validateAwsAssociations
default ValidateAwsAssociationsResponse validateAwsAssociations(Consumer<ValidateAwsAssociationsRequest.Builder> validateAwsAssociationsRequest) throws ValidationException, ContentSizeExceededException, ServiceQuotaExceededException, ConflictException, InternalServerException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InvalidParameterException, AwsServiceException, SdkClientException, DevOpsAgentException Validates an aws association and set status and returns a 204 No Content response on success.
This is a convenience which creates an instance of the
ValidateAwsAssociationsRequest.Builderavoiding the need to create one manually viaValidateAwsAssociationsRequest.builder()- Parameters:
validateAwsAssociationsRequest- AConsumerthat will call methods onValidateAwsAssociationsRequest.Builderto create a request. Input for validating an aws association- Returns:
- Result of the ValidateAwsAssociations operation returned by the service.
- See Also:
-
create
Create aDevOpsAgentClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aDevOpsAgentClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-