Interface SsmIncidentsAsyncClient

All Superinterfaces:
AutoCloseable, AwsClient, SdkAutoCloseable, SdkClient

@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface SsmIncidentsAsyncClient extends AwsClient
Service client for accessing SSM Incidents asynchronously. This can be created using the static builder() method.The asynchronous client performs non-blocking I/O when configured with any SdkAsyncHttpClient supported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API call.

Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An incident is any unplanned interruption or reduction in quality of services.

Incident Manager increases incident resolution by notifying responders of impact, highlighting relevant troubleshooting data, and providing collaboration tools to get services back up and running. To achieve the primary goal of reducing the time-to-resolution of critical incidents, Incident Manager automates response plans and enables responder team escalation.

  • Field Details

  • Method Details

    • batchGetIncidentFindings

      default CompletableFuture<BatchGetIncidentFindingsResponse> batchGetIncidentFindings(BatchGetIncidentFindingsRequest batchGetIncidentFindingsRequest)

      Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.

      Parameters:
      batchGetIncidentFindingsRequest -
      Returns:
      A Java Future containing the result of the BatchGetIncidentFindings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • batchGetIncidentFindings

      default CompletableFuture<BatchGetIncidentFindingsResponse> batchGetIncidentFindings(Consumer<BatchGetIncidentFindingsRequest.Builder> batchGetIncidentFindingsRequest)

      Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.


      This is a convenience which creates an instance of the BatchGetIncidentFindingsRequest.Builder avoiding the need to create one manually via BatchGetIncidentFindingsRequest.builder()

      Parameters:
      batchGetIncidentFindingsRequest - A Consumer that will call methods on BatchGetIncidentFindingsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the BatchGetIncidentFindings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createReplicationSet

      default CompletableFuture<CreateReplicationSetResponse> createReplicationSet(CreateReplicationSetRequest createReplicationSetRequest)

      A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.

      Parameters:
      createReplicationSetRequest -
      Returns:
      A Java Future containing the result of the CreateReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ServiceQuotaExceededException Request would cause a service quota to be exceeded.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createReplicationSet

      default CompletableFuture<CreateReplicationSetResponse> createReplicationSet(Consumer<CreateReplicationSetRequest.Builder> createReplicationSetRequest)

      A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.


      This is a convenience which creates an instance of the CreateReplicationSetRequest.Builder avoiding the need to create one manually via CreateReplicationSetRequest.builder()

      Parameters:
      createReplicationSetRequest - A Consumer that will call methods on CreateReplicationSetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ServiceQuotaExceededException Request would cause a service quota to be exceeded.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createResponsePlan

      default CompletableFuture<CreateResponsePlanResponse> createResponsePlan(CreateResponsePlanRequest createResponsePlanRequest)

      Creates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.

      Parameters:
      createResponsePlanRequest -
      Returns:
      A Java Future containing the result of the CreateResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createResponsePlan

      default CompletableFuture<CreateResponsePlanResponse> createResponsePlan(Consumer<CreateResponsePlanRequest.Builder> createResponsePlanRequest)

      Creates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.


      This is a convenience which creates an instance of the CreateResponsePlanRequest.Builder avoiding the need to create one manually via CreateResponsePlanRequest.builder()

      Parameters:
      createResponsePlanRequest - A Consumer that will call methods on CreateResponsePlanRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTimelineEvent

      default CompletableFuture<CreateTimelineEventResponse> createTimelineEvent(CreateTimelineEventRequest createTimelineEventRequest)

      Creates a custom timeline event on the incident details page of an incident record. Incident Manager automatically creates timeline events that mark key moments during an incident. You can create custom timeline events to mark important events that Incident Manager can detect automatically.

      Parameters:
      createTimelineEventRequest -
      Returns:
      A Java Future containing the result of the CreateTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTimelineEvent

      default CompletableFuture<CreateTimelineEventResponse> createTimelineEvent(Consumer<CreateTimelineEventRequest.Builder> createTimelineEventRequest)

      Creates a custom timeline event on the incident details page of an incident record. Incident Manager automatically creates timeline events that mark key moments during an incident. You can create custom timeline events to mark important events that Incident Manager can detect automatically.


      This is a convenience which creates an instance of the CreateTimelineEventRequest.Builder avoiding the need to create one manually via CreateTimelineEventRequest.builder()

      Parameters:
      createTimelineEventRequest - A Consumer that will call methods on CreateTimelineEventRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIncidentRecord

      default CompletableFuture<DeleteIncidentRecordResponse> deleteIncidentRecord(DeleteIncidentRecordRequest deleteIncidentRecordRequest)

      Delete an incident record from Incident Manager.

      Parameters:
      deleteIncidentRecordRequest -
      Returns:
      A Java Future containing the result of the DeleteIncidentRecord operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIncidentRecord

      default CompletableFuture<DeleteIncidentRecordResponse> deleteIncidentRecord(Consumer<DeleteIncidentRecordRequest.Builder> deleteIncidentRecordRequest)

      Delete an incident record from Incident Manager.


      This is a convenience which creates an instance of the DeleteIncidentRecordRequest.Builder avoiding the need to create one manually via DeleteIncidentRecordRequest.builder()

      Parameters:
      deleteIncidentRecordRequest - A Consumer that will call methods on DeleteIncidentRecordRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteIncidentRecord operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteReplicationSet

      default CompletableFuture<DeleteReplicationSetResponse> deleteReplicationSet(DeleteReplicationSetRequest deleteReplicationSetRequest)

      Deletes all Regions in your replication set. Deleting the replication set deletes all Incident Manager data.

      Parameters:
      deleteReplicationSetRequest -
      Returns:
      A Java Future containing the result of the DeleteReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteReplicationSet

      default CompletableFuture<DeleteReplicationSetResponse> deleteReplicationSet(Consumer<DeleteReplicationSetRequest.Builder> deleteReplicationSetRequest)

      Deletes all Regions in your replication set. Deleting the replication set deletes all Incident Manager data.


      This is a convenience which creates an instance of the DeleteReplicationSetRequest.Builder avoiding the need to create one manually via DeleteReplicationSetRequest.builder()

      Parameters:
      deleteReplicationSetRequest - A Consumer that will call methods on DeleteReplicationSetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteResourcePolicy

      default CompletableFuture<DeleteResourcePolicyResponse> deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)

      Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.

      Parameters:
      deleteResourcePolicyRequest -
      Returns:
      A Java Future containing the result of the DeleteResourcePolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteResourcePolicy

      default CompletableFuture<DeleteResourcePolicyResponse> deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)

      Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.


      This is a convenience which creates an instance of the DeleteResourcePolicyRequest.Builder avoiding the need to create one manually via DeleteResourcePolicyRequest.builder()

      Parameters:
      deleteResourcePolicyRequest - A Consumer that will call methods on DeleteResourcePolicyRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteResourcePolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteResponsePlan

      default CompletableFuture<DeleteResponsePlanResponse> deleteResponsePlan(DeleteResponsePlanRequest deleteResponsePlanRequest)

      Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response plan.

      Parameters:
      deleteResponsePlanRequest -
      Returns:
      A Java Future containing the result of the DeleteResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteResponsePlan

      default CompletableFuture<DeleteResponsePlanResponse> deleteResponsePlan(Consumer<DeleteResponsePlanRequest.Builder> deleteResponsePlanRequest)

      Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response plan.


      This is a convenience which creates an instance of the DeleteResponsePlanRequest.Builder avoiding the need to create one manually via DeleteResponsePlanRequest.builder()

      Parameters:
      deleteResponsePlanRequest - A Consumer that will call methods on DeleteResponsePlanRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTimelineEvent

      default CompletableFuture<DeleteTimelineEventResponse> deleteTimelineEvent(DeleteTimelineEventRequest deleteTimelineEventRequest)

      Deletes a timeline event from an incident.

      Parameters:
      deleteTimelineEventRequest -
      Returns:
      A Java Future containing the result of the DeleteTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTimelineEvent

      default CompletableFuture<DeleteTimelineEventResponse> deleteTimelineEvent(Consumer<DeleteTimelineEventRequest.Builder> deleteTimelineEventRequest)

      Deletes a timeline event from an incident.


      This is a convenience which creates an instance of the DeleteTimelineEventRequest.Builder avoiding the need to create one manually via DeleteTimelineEventRequest.builder()

      Parameters:
      deleteTimelineEventRequest - A Consumer that will call methods on DeleteTimelineEventRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIncidentRecord

      default CompletableFuture<GetIncidentRecordResponse> getIncidentRecord(GetIncidentRecordRequest getIncidentRecordRequest)

      Returns the details for the specified incident record.

      Parameters:
      getIncidentRecordRequest -
      Returns:
      A Java Future containing the result of the GetIncidentRecord operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIncidentRecord

      default CompletableFuture<GetIncidentRecordResponse> getIncidentRecord(Consumer<GetIncidentRecordRequest.Builder> getIncidentRecordRequest)

      Returns the details for the specified incident record.


      This is a convenience which creates an instance of the GetIncidentRecordRequest.Builder avoiding the need to create one manually via GetIncidentRecordRequest.builder()

      Parameters:
      getIncidentRecordRequest - A Consumer that will call methods on GetIncidentRecordRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetIncidentRecord operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getReplicationSet

      default CompletableFuture<GetReplicationSetResponse> getReplicationSet(GetReplicationSetRequest getReplicationSetRequest)

      Retrieve your Incident Manager replication set.

      Parameters:
      getReplicationSetRequest -
      Returns:
      A Java Future containing the result of the GetReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getReplicationSet

      default CompletableFuture<GetReplicationSetResponse> getReplicationSet(Consumer<GetReplicationSetRequest.Builder> getReplicationSetRequest)

      Retrieve your Incident Manager replication set.


      This is a convenience which creates an instance of the GetReplicationSetRequest.Builder avoiding the need to create one manually via GetReplicationSetRequest.builder()

      Parameters:
      getReplicationSetRequest - A Consumer that will call methods on GetReplicationSetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getResourcePolicies

      default CompletableFuture<GetResourcePoliciesResponse> getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)

      Retrieves the resource policies attached to the specified response plan.

      Parameters:
      getResourcePoliciesRequest -
      Returns:
      A Java Future containing the result of the GetResourcePolicies operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getResourcePolicies

      default CompletableFuture<GetResourcePoliciesResponse> getResourcePolicies(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)

      Retrieves the resource policies attached to the specified response plan.


      This is a convenience which creates an instance of the GetResourcePoliciesRequest.Builder avoiding the need to create one manually via GetResourcePoliciesRequest.builder()

      Parameters:
      getResourcePoliciesRequest - A Consumer that will call methods on GetResourcePoliciesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetResourcePolicies operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getResourcePoliciesPaginator

      default GetResourcePoliciesPublisher getResourcePoliciesPaginator(GetResourcePoliciesRequest getResourcePoliciesRequest)

      This is a variant of getResourcePolicies(software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.GetResourcePoliciesPublisher publisher = client.getResourcePoliciesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.GetResourcePoliciesPublisher publisher = client.getResourcePoliciesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 getResourcePolicies(software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesRequest) operation.

      Parameters:
      getResourcePoliciesRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getResourcePoliciesPaginator

      default GetResourcePoliciesPublisher getResourcePoliciesPaginator(Consumer<GetResourcePoliciesRequest.Builder> getResourcePoliciesRequest)

      This is a variant of getResourcePolicies(software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.GetResourcePoliciesPublisher publisher = client.getResourcePoliciesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.GetResourcePoliciesPublisher publisher = client.getResourcePoliciesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 getResourcePolicies(software.amazon.awssdk.services.ssmincidents.model.GetResourcePoliciesRequest) operation.


      This is a convenience which creates an instance of the GetResourcePoliciesRequest.Builder avoiding the need to create one manually via GetResourcePoliciesRequest.builder()

      Parameters:
      getResourcePoliciesRequest - A Consumer that will call methods on GetResourcePoliciesRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getResponsePlan

      default CompletableFuture<GetResponsePlanResponse> getResponsePlan(GetResponsePlanRequest getResponsePlanRequest)

      Retrieves the details of the specified response plan.

      Parameters:
      getResponsePlanRequest -
      Returns:
      A Java Future containing the result of the GetResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getResponsePlan

      default CompletableFuture<GetResponsePlanResponse> getResponsePlan(Consumer<GetResponsePlanRequest.Builder> getResponsePlanRequest)

      Retrieves the details of the specified response plan.


      This is a convenience which creates an instance of the GetResponsePlanRequest.Builder avoiding the need to create one manually via GetResponsePlanRequest.builder()

      Parameters:
      getResponsePlanRequest - A Consumer that will call methods on GetResponsePlanRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTimelineEvent

      default CompletableFuture<GetTimelineEventResponse> getTimelineEvent(GetTimelineEventRequest getTimelineEventRequest)

      Retrieves a timeline event based on its ID and incident record.

      Parameters:
      getTimelineEventRequest -
      Returns:
      A Java Future containing the result of the GetTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTimelineEvent

      default CompletableFuture<GetTimelineEventResponse> getTimelineEvent(Consumer<GetTimelineEventRequest.Builder> getTimelineEventRequest)

      Retrieves a timeline event based on its ID and incident record.


      This is a convenience which creates an instance of the GetTimelineEventRequest.Builder avoiding the need to create one manually via GetTimelineEventRequest.builder()

      Parameters:
      getTimelineEventRequest - A Consumer that will call methods on GetTimelineEventRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentFindings

      default CompletableFuture<ListIncidentFindingsResponse> listIncidentFindings(ListIncidentFindingsRequest listIncidentFindingsRequest)

      Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident. A finding represents a recent application environment change made by an CloudFormation stack creation or update or an CodeDeploy deployment that can be investigated as a potential cause of the incident.

      Parameters:
      listIncidentFindingsRequest -
      Returns:
      A Java Future containing the result of the ListIncidentFindings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentFindings

      default CompletableFuture<ListIncidentFindingsResponse> listIncidentFindings(Consumer<ListIncidentFindingsRequest.Builder> listIncidentFindingsRequest)

      Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident. A finding represents a recent application environment change made by an CloudFormation stack creation or update or an CodeDeploy deployment that can be investigated as a potential cause of the incident.


      This is a convenience which creates an instance of the ListIncidentFindingsRequest.Builder avoiding the need to create one manually via ListIncidentFindingsRequest.builder()

      Parameters:
      listIncidentFindingsRequest - A Consumer that will call methods on ListIncidentFindingsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListIncidentFindings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentFindingsPaginator

      default ListIncidentFindingsPublisher listIncidentFindingsPaginator(ListIncidentFindingsRequest listIncidentFindingsRequest)

      This is a variant of listIncidentFindings(software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentFindingsPublisher publisher = client.listIncidentFindingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentFindingsPublisher publisher = client.listIncidentFindingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listIncidentFindings(software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsRequest) operation.

      Parameters:
      listIncidentFindingsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentFindingsPaginator

      default ListIncidentFindingsPublisher listIncidentFindingsPaginator(Consumer<ListIncidentFindingsRequest.Builder> listIncidentFindingsRequest)

      This is a variant of listIncidentFindings(software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentFindingsPublisher publisher = client.listIncidentFindingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentFindingsPublisher publisher = client.listIncidentFindingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listIncidentFindings(software.amazon.awssdk.services.ssmincidents.model.ListIncidentFindingsRequest) operation.


      This is a convenience which creates an instance of the ListIncidentFindingsRequest.Builder avoiding the need to create one manually via ListIncidentFindingsRequest.builder()

      Parameters:
      listIncidentFindingsRequest - A Consumer that will call methods on ListIncidentFindingsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentRecords

      default CompletableFuture<ListIncidentRecordsResponse> listIncidentRecords(ListIncidentRecordsRequest listIncidentRecordsRequest)

      Lists all incident records in your account. Use this command to retrieve the Amazon Resource Name (ARN) of the incident record you want to update.

      Parameters:
      listIncidentRecordsRequest -
      Returns:
      A Java Future containing the result of the ListIncidentRecords operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentRecords

      default CompletableFuture<ListIncidentRecordsResponse> listIncidentRecords(Consumer<ListIncidentRecordsRequest.Builder> listIncidentRecordsRequest)

      Lists all incident records in your account. Use this command to retrieve the Amazon Resource Name (ARN) of the incident record you want to update.


      This is a convenience which creates an instance of the ListIncidentRecordsRequest.Builder avoiding the need to create one manually via ListIncidentRecordsRequest.builder()

      Parameters:
      listIncidentRecordsRequest - A Consumer that will call methods on ListIncidentRecordsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListIncidentRecords operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentRecordsPaginator

      default ListIncidentRecordsPublisher listIncidentRecordsPaginator(ListIncidentRecordsRequest listIncidentRecordsRequest)

      This is a variant of listIncidentRecords(software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentRecordsPublisher publisher = client.listIncidentRecordsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentRecordsPublisher publisher = client.listIncidentRecordsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listIncidentRecords(software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsRequest) operation.

      Parameters:
      listIncidentRecordsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listIncidentRecordsPaginator

      default ListIncidentRecordsPublisher listIncidentRecordsPaginator(Consumer<ListIncidentRecordsRequest.Builder> listIncidentRecordsRequest)

      This is a variant of listIncidentRecords(software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentRecordsPublisher publisher = client.listIncidentRecordsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListIncidentRecordsPublisher publisher = client.listIncidentRecordsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listIncidentRecords(software.amazon.awssdk.services.ssmincidents.model.ListIncidentRecordsRequest) operation.


      This is a convenience which creates an instance of the ListIncidentRecordsRequest.Builder avoiding the need to create one manually via ListIncidentRecordsRequest.builder()

      Parameters:
      listIncidentRecordsRequest - A Consumer that will call methods on ListIncidentRecordsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listRelatedItems

      default CompletableFuture<ListRelatedItemsResponse> listRelatedItems(ListRelatedItemsRequest listRelatedItemsRequest)

      List all related items for an incident record.

      Parameters:
      listRelatedItemsRequest -
      Returns:
      A Java Future containing the result of the ListRelatedItems operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listRelatedItems

      default CompletableFuture<ListRelatedItemsResponse> listRelatedItems(Consumer<ListRelatedItemsRequest.Builder> listRelatedItemsRequest)

      List all related items for an incident record.


      This is a convenience which creates an instance of the ListRelatedItemsRequest.Builder avoiding the need to create one manually via ListRelatedItemsRequest.builder()

      Parameters:
      listRelatedItemsRequest - A Consumer that will call methods on ListRelatedItemsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListRelatedItems operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listRelatedItemsPaginator

      default ListRelatedItemsPublisher listRelatedItemsPaginator(ListRelatedItemsRequest listRelatedItemsRequest)

      This is a variant of listRelatedItems(software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListRelatedItemsPublisher publisher = client.listRelatedItemsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListRelatedItemsPublisher publisher = client.listRelatedItemsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listRelatedItems(software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsRequest) operation.

      Parameters:
      listRelatedItemsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listRelatedItemsPaginator

      default ListRelatedItemsPublisher listRelatedItemsPaginator(Consumer<ListRelatedItemsRequest.Builder> listRelatedItemsRequest)

      This is a variant of listRelatedItems(software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListRelatedItemsPublisher publisher = client.listRelatedItemsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListRelatedItemsPublisher publisher = client.listRelatedItemsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listRelatedItems(software.amazon.awssdk.services.ssmincidents.model.ListRelatedItemsRequest) operation.


      This is a convenience which creates an instance of the ListRelatedItemsRequest.Builder avoiding the need to create one manually via ListRelatedItemsRequest.builder()

      Parameters:
      listRelatedItemsRequest - A Consumer that will call methods on ListRelatedItemsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listReplicationSets

      default CompletableFuture<ListReplicationSetsResponse> listReplicationSets(ListReplicationSetsRequest listReplicationSetsRequest)

      Lists details about the replication set configured in your account.

      Parameters:
      listReplicationSetsRequest -
      Returns:
      A Java Future containing the result of the ListReplicationSets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listReplicationSets

      default CompletableFuture<ListReplicationSetsResponse> listReplicationSets(Consumer<ListReplicationSetsRequest.Builder> listReplicationSetsRequest)

      Lists details about the replication set configured in your account.


      This is a convenience which creates an instance of the ListReplicationSetsRequest.Builder avoiding the need to create one manually via ListReplicationSetsRequest.builder()

      Parameters:
      listReplicationSetsRequest - A Consumer that will call methods on ListReplicationSetsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListReplicationSets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listReplicationSetsPaginator

      default ListReplicationSetsPublisher listReplicationSetsPaginator(ListReplicationSetsRequest listReplicationSetsRequest)

      This is a variant of listReplicationSets(software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListReplicationSetsPublisher publisher = client.listReplicationSetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListReplicationSetsPublisher publisher = client.listReplicationSetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listReplicationSets(software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsRequest) operation.

      Parameters:
      listReplicationSetsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listReplicationSetsPaginator

      default ListReplicationSetsPublisher listReplicationSetsPaginator(Consumer<ListReplicationSetsRequest.Builder> listReplicationSetsRequest)

      This is a variant of listReplicationSets(software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListReplicationSetsPublisher publisher = client.listReplicationSetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListReplicationSetsPublisher publisher = client.listReplicationSetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listReplicationSets(software.amazon.awssdk.services.ssmincidents.model.ListReplicationSetsRequest) operation.


      This is a convenience which creates an instance of the ListReplicationSetsRequest.Builder avoiding the need to create one manually via ListReplicationSetsRequest.builder()

      Parameters:
      listReplicationSetsRequest - A Consumer that will call methods on ListReplicationSetsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listResponsePlans

      default CompletableFuture<ListResponsePlansResponse> listResponsePlans(ListResponsePlansRequest listResponsePlansRequest)

      Lists all response plans in your account.

      Parameters:
      listResponsePlansRequest -
      Returns:
      A Java Future containing the result of the ListResponsePlans operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listResponsePlans

      default CompletableFuture<ListResponsePlansResponse> listResponsePlans(Consumer<ListResponsePlansRequest.Builder> listResponsePlansRequest)

      Lists all response plans in your account.


      This is a convenience which creates an instance of the ListResponsePlansRequest.Builder avoiding the need to create one manually via ListResponsePlansRequest.builder()

      Parameters:
      listResponsePlansRequest - A Consumer that will call methods on ListResponsePlansRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListResponsePlans operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listResponsePlansPaginator

      default ListResponsePlansPublisher listResponsePlansPaginator(ListResponsePlansRequest listResponsePlansRequest)

      This is a variant of listResponsePlans(software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListResponsePlansPublisher publisher = client.listResponsePlansPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListResponsePlansPublisher publisher = client.listResponsePlansPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listResponsePlans(software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansRequest) operation.

      Parameters:
      listResponsePlansRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listResponsePlansPaginator

      default ListResponsePlansPublisher listResponsePlansPaginator(Consumer<ListResponsePlansRequest.Builder> listResponsePlansRequest)

      This is a variant of listResponsePlans(software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListResponsePlansPublisher publisher = client.listResponsePlansPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListResponsePlansPublisher publisher = client.listResponsePlansPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listResponsePlans(software.amazon.awssdk.services.ssmincidents.model.ListResponsePlansRequest) operation.


      This is a convenience which creates an instance of the ListResponsePlansRequest.Builder avoiding the need to create one manually via ListResponsePlansRequest.builder()

      Parameters:
      listResponsePlansRequest - A Consumer that will call methods on ListResponsePlansRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTagsForResource

      default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)

      Lists the tags that are attached to the specified response plan or incident.

      Parameters:
      listTagsForResourceRequest -
      Returns:
      A Java Future containing the result of the ListTagsForResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTagsForResource

      default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)

      Lists the tags that are attached to the specified response plan or incident.


      This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the need to create one manually via ListTagsForResourceRequest.builder()

      Parameters:
      listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListTagsForResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTimelineEvents

      default CompletableFuture<ListTimelineEventsResponse> listTimelineEvents(ListTimelineEventsRequest listTimelineEventsRequest)

      Lists timeline events for the specified incident record.

      Parameters:
      listTimelineEventsRequest -
      Returns:
      A Java Future containing the result of the ListTimelineEvents operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTimelineEvents

      default CompletableFuture<ListTimelineEventsResponse> listTimelineEvents(Consumer<ListTimelineEventsRequest.Builder> listTimelineEventsRequest)

      Lists timeline events for the specified incident record.


      This is a convenience which creates an instance of the ListTimelineEventsRequest.Builder avoiding the need to create one manually via ListTimelineEventsRequest.builder()

      Parameters:
      listTimelineEventsRequest - A Consumer that will call methods on ListTimelineEventsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListTimelineEvents operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTimelineEventsPaginator

      default ListTimelineEventsPublisher listTimelineEventsPaginator(ListTimelineEventsRequest listTimelineEventsRequest)

      This is a variant of listTimelineEvents(software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListTimelineEventsPublisher publisher = client.listTimelineEventsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListTimelineEventsPublisher publisher = client.listTimelineEventsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listTimelineEvents(software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsRequest) operation.

      Parameters:
      listTimelineEventsRequest -
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listTimelineEventsPaginator

      default ListTimelineEventsPublisher listTimelineEventsPaginator(Consumer<ListTimelineEventsRequest.Builder> listTimelineEventsRequest)

      This is a variant of listTimelineEvents(software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListTimelineEventsPublisher publisher = client.listTimelineEventsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ssmincidents.paginators.ListTimelineEventsPublisher publisher = client.listTimelineEventsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 listTimelineEvents(software.amazon.awssdk.services.ssmincidents.model.ListTimelineEventsRequest) operation.


      This is a convenience which creates an instance of the ListTimelineEventsRequest.Builder avoiding the need to create one manually via ListTimelineEventsRequest.builder()

      Parameters:
      listTimelineEventsRequest - A Consumer that will call methods on ListTimelineEventsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • putResourcePolicy

      default CompletableFuture<PutResourcePolicyResponse> putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)

      Adds a resource policy to the specified response plan. The resource policy is used to share the response plan using Resource Access Manager (RAM). For more information about cross-account sharing, see Cross-Region and cross-account incident management.

      Parameters:
      putResourcePolicyRequest -
      Returns:
      A Java Future containing the result of the PutResourcePolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • putResourcePolicy

      default CompletableFuture<PutResourcePolicyResponse> putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)

      Adds a resource policy to the specified response plan. The resource policy is used to share the response plan using Resource Access Manager (RAM). For more information about cross-account sharing, see Cross-Region and cross-account incident management.


      This is a convenience which creates an instance of the PutResourcePolicyRequest.Builder avoiding the need to create one manually via PutResourcePolicyRequest.builder()

      Parameters:
      putResourcePolicyRequest - A Consumer that will call methods on PutResourcePolicyRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the PutResourcePolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startIncident

      default CompletableFuture<StartIncidentResponse> startIncident(StartIncidentRequest startIncidentRequest)

      Used to start an incident from CloudWatch alarms, EventBridge events, or manually.

      Parameters:
      startIncidentRequest -
      Returns:
      A Java Future containing the result of the StartIncident operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startIncident

      default CompletableFuture<StartIncidentResponse> startIncident(Consumer<StartIncidentRequest.Builder> startIncidentRequest)

      Used to start an incident from CloudWatch alarms, EventBridge events, or manually.


      This is a convenience which creates an instance of the StartIncidentRequest.Builder avoiding the need to create one manually via StartIncidentRequest.builder()

      Parameters:
      startIncidentRequest - A Consumer that will call methods on StartIncidentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartIncident operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • tagResource

      default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)

      Adds a tag to a response plan.

      Parameters:
      tagResourceRequest -
      Returns:
      A Java Future containing the result of the TagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ServiceQuotaExceededException Request would cause a service quota to be exceeded.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • tagResource

      default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)

      Adds a tag to a response plan.


      This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to create one manually via TagResourceRequest.builder()

      Parameters:
      tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the TagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ServiceQuotaExceededException Request would cause a service quota to be exceeded.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • untagResource

      default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)

      Removes a tag from a resource.

      Parameters:
      untagResourceRequest -
      Returns:
      A Java Future containing the result of the UntagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • untagResource

      default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)

      Removes a tag from a resource.


      This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to create one manually via UntagResourceRequest.builder()

      Parameters:
      untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UntagResource operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateDeletionProtection

      default CompletableFuture<UpdateDeletionProtectionResponse> updateDeletionProtection(UpdateDeletionProtectionRequest updateDeletionProtectionRequest)

      Update deletion protection to either allow or deny deletion of the final Region in a replication set.

      Parameters:
      updateDeletionProtectionRequest -
      Returns:
      A Java Future containing the result of the UpdateDeletionProtection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateDeletionProtection

      default CompletableFuture<UpdateDeletionProtectionResponse> updateDeletionProtection(Consumer<UpdateDeletionProtectionRequest.Builder> updateDeletionProtectionRequest)

      Update deletion protection to either allow or deny deletion of the final Region in a replication set.


      This is a convenience which creates an instance of the UpdateDeletionProtectionRequest.Builder avoiding the need to create one manually via UpdateDeletionProtectionRequest.builder()

      Parameters:
      updateDeletionProtectionRequest - A Consumer that will call methods on UpdateDeletionProtectionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateDeletionProtection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateIncidentRecord

      default CompletableFuture<UpdateIncidentRecordResponse> updateIncidentRecord(UpdateIncidentRecordRequest updateIncidentRecordRequest)

      Update the details of an incident record. You can use this operation to update an incident record from the defined chat channel. For more information about using actions in chat channels, see Interacting through chat.

      Parameters:
      updateIncidentRecordRequest -
      Returns:
      A Java Future containing the result of the UpdateIncidentRecord operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateIncidentRecord

      default CompletableFuture<UpdateIncidentRecordResponse> updateIncidentRecord(Consumer<UpdateIncidentRecordRequest.Builder> updateIncidentRecordRequest)

      Update the details of an incident record. You can use this operation to update an incident record from the defined chat channel. For more information about using actions in chat channels, see Interacting through chat.


      This is a convenience which creates an instance of the UpdateIncidentRecordRequest.Builder avoiding the need to create one manually via UpdateIncidentRecordRequest.builder()

      Parameters:
      updateIncidentRecordRequest - A Consumer that will call methods on UpdateIncidentRecordRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateIncidentRecord operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateRelatedItems

      default CompletableFuture<UpdateRelatedItemsResponse> updateRelatedItems(UpdateRelatedItemsRequest updateRelatedItemsRequest)

      Add or remove related items from the related items tab of an incident record.

      Parameters:
      updateRelatedItemsRequest -
      Returns:
      A Java Future containing the result of the UpdateRelatedItems operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateRelatedItems

      default CompletableFuture<UpdateRelatedItemsResponse> updateRelatedItems(Consumer<UpdateRelatedItemsRequest.Builder> updateRelatedItemsRequest)

      Add or remove related items from the related items tab of an incident record.


      This is a convenience which creates an instance of the UpdateRelatedItemsRequest.Builder avoiding the need to create one manually via UpdateRelatedItemsRequest.builder()

      Parameters:
      updateRelatedItemsRequest - A Consumer that will call methods on UpdateRelatedItemsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateRelatedItems operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateReplicationSet

      default CompletableFuture<UpdateReplicationSetResponse> updateReplicationSet(UpdateReplicationSetRequest updateReplicationSetRequest)

      Add or delete Regions from your replication set.

      Parameters:
      updateReplicationSetRequest -
      Returns:
      A Java Future containing the result of the UpdateReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateReplicationSet

      default CompletableFuture<UpdateReplicationSetResponse> updateReplicationSet(Consumer<UpdateReplicationSetRequest.Builder> updateReplicationSetRequest)

      Add or delete Regions from your replication set.


      This is a convenience which creates an instance of the UpdateReplicationSetRequest.Builder avoiding the need to create one manually via UpdateReplicationSetRequest.builder()

      Parameters:
      updateReplicationSetRequest - A Consumer that will call methods on UpdateReplicationSetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateReplicationSet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateResponsePlan

      default CompletableFuture<UpdateResponsePlanResponse> updateResponsePlan(UpdateResponsePlanRequest updateResponsePlanRequest)

      Updates the specified response plan.

      Parameters:
      updateResponsePlanRequest -
      Returns:
      A Java Future containing the result of the UpdateResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateResponsePlan

      default CompletableFuture<UpdateResponsePlanResponse> updateResponsePlan(Consumer<UpdateResponsePlanRequest.Builder> updateResponsePlanRequest)

      Updates the specified response plan.


      This is a convenience which creates an instance of the UpdateResponsePlanRequest.Builder avoiding the need to create one manually via UpdateResponsePlanRequest.builder()

      Parameters:
      updateResponsePlanRequest - A Consumer that will call methods on UpdateResponsePlanRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateResponsePlan operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateTimelineEvent

      default CompletableFuture<UpdateTimelineEventResponse> updateTimelineEvent(UpdateTimelineEventRequest updateTimelineEventRequest)

      Updates a timeline event. You can update events of type Custom Event.

      Parameters:
      updateTimelineEventRequest -
      Returns:
      A Java Future containing the result of the UpdateTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateTimelineEvent

      default CompletableFuture<UpdateTimelineEventResponse> updateTimelineEvent(Consumer<UpdateTimelineEventRequest.Builder> updateTimelineEventRequest)

      Updates a timeline event. You can update events of type Custom Event.


      This is a convenience which creates an instance of the UpdateTimelineEventRequest.Builder avoiding the need to create one manually via UpdateTimelineEventRequest.builder()

      Parameters:
      updateTimelineEventRequest - A Consumer that will call methods on UpdateTimelineEventRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateTimelineEvent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • ThrottlingException The request was denied due to request throttling.
      • ResourceNotFoundException Request references a resource which doesn't exist.
      • AccessDeniedException You don't have sufficient access to perform this operation.
      • ValidationException The input fails to satisfy the constraints specified by an Amazon Web Services service.
      • ConflictException Updating or deleting a resource causes an inconsistent state.
      • InternalServerException The request processing has failed because of an unknown error, exception or failure.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • SsmIncidentsException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • waiter

      default SsmIncidentsAsyncWaiter waiter()
      Create an instance of SsmIncidentsAsyncWaiter using this client.

      Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.

      Returns:
      an instance of SsmIncidentsAsyncWaiter
    • serviceClientConfiguration

      default SsmIncidentsServiceClientConfiguration serviceClientConfiguration()
      Description copied from interface: SdkClient
      The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration
      Specified by:
      serviceClientConfiguration in interface AwsClient
      Specified by:
      serviceClientConfiguration in interface SdkClient
      Returns:
      SdkServiceClientConfiguration
    • create

      static SsmIncidentsAsyncClient create()
      Create a SsmIncidentsAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
    • builder

      Create a builder that can be used to configure and create a SsmIncidentsAsyncClient.