Interface ChimeSdkMediaPipelinesAsyncClient

All Superinterfaces:
AutoCloseable, AwsClient, SdkAutoCloseable, SdkClient

@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface ChimeSdkMediaPipelinesAsyncClient extends AwsClient
Service client for accessing Amazon Chime SDK Media Pipelines 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.

The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. For more information about media pipelines, see Amazon Chime SDK media pipelines.

  • Field Details

  • Method Details

    • createMediaCapturePipeline

      default CompletableFuture<CreateMediaCapturePipelineResponse> createMediaCapturePipeline(CreateMediaCapturePipelineRequest createMediaCapturePipelineRequest)

      Creates a media pipeline.

      Parameters:
      createMediaCapturePipelineRequest -
      Returns:
      A Java Future containing the result of the CreateMediaCapturePipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaCapturePipeline

      default CompletableFuture<CreateMediaCapturePipelineResponse> createMediaCapturePipeline(Consumer<CreateMediaCapturePipelineRequest.Builder> createMediaCapturePipelineRequest)

      Creates a media pipeline.


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

      Parameters:
      createMediaCapturePipelineRequest - A Consumer that will call methods on CreateMediaCapturePipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateMediaCapturePipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaConcatenationPipeline

      default CompletableFuture<CreateMediaConcatenationPipelineResponse> createMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest createMediaConcatenationPipelineRequest)

      Creates a media concatenation pipeline.

      Parameters:
      createMediaConcatenationPipelineRequest -
      Returns:
      A Java Future containing the result of the CreateMediaConcatenationPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaConcatenationPipeline

      default CompletableFuture<CreateMediaConcatenationPipelineResponse> createMediaConcatenationPipeline(Consumer<CreateMediaConcatenationPipelineRequest.Builder> createMediaConcatenationPipelineRequest)

      Creates a media concatenation pipeline.


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

      Parameters:
      createMediaConcatenationPipelineRequest - A Consumer that will call methods on CreateMediaConcatenationPipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateMediaConcatenationPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaInsightsPipeline

      default CompletableFuture<CreateMediaInsightsPipelineResponse> createMediaInsightsPipeline(CreateMediaInsightsPipelineRequest createMediaInsightsPipelineRequest)

      Creates a media insights pipeline.

      Parameters:
      createMediaInsightsPipelineRequest -
      Returns:
      A Java Future containing the result of the CreateMediaInsightsPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaInsightsPipeline

      default CompletableFuture<CreateMediaInsightsPipelineResponse> createMediaInsightsPipeline(Consumer<CreateMediaInsightsPipelineRequest.Builder> createMediaInsightsPipelineRequest)

      Creates a media insights pipeline.


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

      Parameters:
      createMediaInsightsPipelineRequest - A Consumer that will call methods on CreateMediaInsightsPipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateMediaInsightsPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaInsightsPipelineConfiguration

      default CompletableFuture<CreateMediaInsightsPipelineConfigurationResponse> createMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest createMediaInsightsPipelineConfigurationRequest)

      A structure that contains the static configurations for a media insights pipeline.

      Parameters:
      createMediaInsightsPipelineConfigurationRequest -
      Returns:
      A Java Future containing the result of the CreateMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaInsightsPipelineConfiguration

      default CompletableFuture<CreateMediaInsightsPipelineConfigurationResponse> createMediaInsightsPipelineConfiguration(Consumer<CreateMediaInsightsPipelineConfigurationRequest.Builder> createMediaInsightsPipelineConfigurationRequest)

      A structure that contains the static configurations for a media insights pipeline.


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

      Parameters:
      createMediaInsightsPipelineConfigurationRequest - A Consumer that will call methods on CreateMediaInsightsPipelineConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaLiveConnectorPipeline

      default CompletableFuture<CreateMediaLiveConnectorPipelineResponse> createMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest createMediaLiveConnectorPipelineRequest)

      Creates a media live connector pipeline in an Amazon Chime SDK meeting.

      Parameters:
      createMediaLiveConnectorPipelineRequest -
      Returns:
      A Java Future containing the result of the CreateMediaLiveConnectorPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaLiveConnectorPipeline

      default CompletableFuture<CreateMediaLiveConnectorPipelineResponse> createMediaLiveConnectorPipeline(Consumer<CreateMediaLiveConnectorPipelineRequest.Builder> createMediaLiveConnectorPipelineRequest)

      Creates a media live connector pipeline in an Amazon Chime SDK meeting.


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

      Parameters:
      createMediaLiveConnectorPipelineRequest - A Consumer that will call methods on CreateMediaLiveConnectorPipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateMediaLiveConnectorPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<CreateMediaPipelineKinesisVideoStreamPoolResponse> createMediaPipelineKinesisVideoStreamPool(CreateMediaPipelineKinesisVideoStreamPoolRequest createMediaPipelineKinesisVideoStreamPoolRequest)

      Creates an Kinesis video stream pool for the media pipeline.

      Parameters:
      createMediaPipelineKinesisVideoStreamPoolRequest -
      Returns:
      A Java Future containing the result of the CreateMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<CreateMediaPipelineKinesisVideoStreamPoolResponse> createMediaPipelineKinesisVideoStreamPool(Consumer<CreateMediaPipelineKinesisVideoStreamPoolRequest.Builder> createMediaPipelineKinesisVideoStreamPoolRequest)

      Creates an Kinesis video stream pool for the media pipeline.


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

      Parameters:
      createMediaPipelineKinesisVideoStreamPoolRequest - A Consumer that will call methods on CreateMediaPipelineKinesisVideoStreamPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaStreamPipeline

      default CompletableFuture<CreateMediaStreamPipelineResponse> createMediaStreamPipeline(CreateMediaStreamPipelineRequest createMediaStreamPipelineRequest)

      Creates a streaming media pipeline.

      Parameters:
      createMediaStreamPipelineRequest -
      Returns:
      A Java Future containing the result of the CreateMediaStreamPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createMediaStreamPipeline

      default CompletableFuture<CreateMediaStreamPipelineResponse> createMediaStreamPipeline(Consumer<CreateMediaStreamPipelineRequest.Builder> createMediaStreamPipelineRequest)

      Creates a streaming media pipeline.


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

      Parameters:
      createMediaStreamPipelineRequest - A Consumer that will call methods on CreateMediaStreamPipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateMediaStreamPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaCapturePipeline

      default CompletableFuture<DeleteMediaCapturePipelineResponse> deleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest deleteMediaCapturePipelineRequest)

      Deletes the media pipeline.

      Parameters:
      deleteMediaCapturePipelineRequest -
      Returns:
      A Java Future containing the result of the DeleteMediaCapturePipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaCapturePipeline

      default CompletableFuture<DeleteMediaCapturePipelineResponse> deleteMediaCapturePipeline(Consumer<DeleteMediaCapturePipelineRequest.Builder> deleteMediaCapturePipelineRequest)

      Deletes the media pipeline.


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

      Parameters:
      deleteMediaCapturePipelineRequest - A Consumer that will call methods on DeleteMediaCapturePipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteMediaCapturePipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaInsightsPipelineConfiguration

      default CompletableFuture<DeleteMediaInsightsPipelineConfigurationResponse> deleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest deleteMediaInsightsPipelineConfigurationRequest)

      Deletes the specified configuration settings.

      Parameters:
      deleteMediaInsightsPipelineConfigurationRequest -
      Returns:
      A Java Future containing the result of the DeleteMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaInsightsPipelineConfiguration

      default CompletableFuture<DeleteMediaInsightsPipelineConfigurationResponse> deleteMediaInsightsPipelineConfiguration(Consumer<DeleteMediaInsightsPipelineConfigurationRequest.Builder> deleteMediaInsightsPipelineConfigurationRequest)

      Deletes the specified configuration settings.


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

      Parameters:
      deleteMediaInsightsPipelineConfigurationRequest - A Consumer that will call methods on DeleteMediaInsightsPipelineConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaPipeline

      default CompletableFuture<DeleteMediaPipelineResponse> deleteMediaPipeline(DeleteMediaPipelineRequest deleteMediaPipelineRequest)

      Deletes the media pipeline.

      Parameters:
      deleteMediaPipelineRequest -
      Returns:
      A Java Future containing the result of the DeleteMediaPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaPipeline

      default CompletableFuture<DeleteMediaPipelineResponse> deleteMediaPipeline(Consumer<DeleteMediaPipelineRequest.Builder> deleteMediaPipelineRequest)

      Deletes the media pipeline.


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

      Parameters:
      deleteMediaPipelineRequest - A Consumer that will call methods on DeleteMediaPipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteMediaPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<DeleteMediaPipelineKinesisVideoStreamPoolResponse> deleteMediaPipelineKinesisVideoStreamPool(DeleteMediaPipelineKinesisVideoStreamPoolRequest deleteMediaPipelineKinesisVideoStreamPoolRequest)

      Deletes an Kinesis video stream pool.

      Parameters:
      deleteMediaPipelineKinesisVideoStreamPoolRequest -
      Returns:
      A Java Future containing the result of the DeleteMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<DeleteMediaPipelineKinesisVideoStreamPoolResponse> deleteMediaPipelineKinesisVideoStreamPool(Consumer<DeleteMediaPipelineKinesisVideoStreamPoolRequest.Builder> deleteMediaPipelineKinesisVideoStreamPoolRequest)

      Deletes an Kinesis video stream pool.


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

      Parameters:
      deleteMediaPipelineKinesisVideoStreamPoolRequest - A Consumer that will call methods on DeleteMediaPipelineKinesisVideoStreamPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaCapturePipeline

      default CompletableFuture<GetMediaCapturePipelineResponse> getMediaCapturePipeline(GetMediaCapturePipelineRequest getMediaCapturePipelineRequest)

      Gets an existing media pipeline.

      Parameters:
      getMediaCapturePipelineRequest -
      Returns:
      A Java Future containing the result of the GetMediaCapturePipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaCapturePipeline

      default CompletableFuture<GetMediaCapturePipelineResponse> getMediaCapturePipeline(Consumer<GetMediaCapturePipelineRequest.Builder> getMediaCapturePipelineRequest)

      Gets an existing media pipeline.


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

      Parameters:
      getMediaCapturePipelineRequest - A Consumer that will call methods on GetMediaCapturePipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetMediaCapturePipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaInsightsPipelineConfiguration

      default CompletableFuture<GetMediaInsightsPipelineConfigurationResponse> getMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest getMediaInsightsPipelineConfigurationRequest)

      Gets the configuration settings for a media insights pipeline.

      Parameters:
      getMediaInsightsPipelineConfigurationRequest -
      Returns:
      A Java Future containing the result of the GetMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaInsightsPipelineConfiguration

      default CompletableFuture<GetMediaInsightsPipelineConfigurationResponse> getMediaInsightsPipelineConfiguration(Consumer<GetMediaInsightsPipelineConfigurationRequest.Builder> getMediaInsightsPipelineConfigurationRequest)

      Gets the configuration settings for a media insights pipeline.


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

      Parameters:
      getMediaInsightsPipelineConfigurationRequest - A Consumer that will call methods on GetMediaInsightsPipelineConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaPipeline

      default CompletableFuture<GetMediaPipelineResponse> getMediaPipeline(GetMediaPipelineRequest getMediaPipelineRequest)

      Gets an existing media pipeline.

      Parameters:
      getMediaPipelineRequest -
      Returns:
      A Java Future containing the result of the GetMediaPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaPipeline

      default CompletableFuture<GetMediaPipelineResponse> getMediaPipeline(Consumer<GetMediaPipelineRequest.Builder> getMediaPipelineRequest)

      Gets an existing media pipeline.


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

      Parameters:
      getMediaPipelineRequest - A Consumer that will call methods on GetMediaPipelineRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetMediaPipeline 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<GetMediaPipelineKinesisVideoStreamPoolResponse> getMediaPipelineKinesisVideoStreamPool(GetMediaPipelineKinesisVideoStreamPoolRequest getMediaPipelineKinesisVideoStreamPoolRequest)

      Gets an Kinesis video stream pool.

      Parameters:
      getMediaPipelineKinesisVideoStreamPoolRequest -
      Returns:
      A Java Future containing the result of the GetMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<GetMediaPipelineKinesisVideoStreamPoolResponse> getMediaPipelineKinesisVideoStreamPool(Consumer<GetMediaPipelineKinesisVideoStreamPoolRequest.Builder> getMediaPipelineKinesisVideoStreamPoolRequest)

      Gets an Kinesis video stream pool.


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

      Parameters:
      getMediaPipelineKinesisVideoStreamPoolRequest - A Consumer that will call methods on GetMediaPipelineKinesisVideoStreamPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSpeakerSearchTask

      default CompletableFuture<GetSpeakerSearchTaskResponse> getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest)

      Retrieves the details of the specified speaker search task.

      Parameters:
      getSpeakerSearchTaskRequest -
      Returns:
      A Java Future containing the result of the GetSpeakerSearchTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSpeakerSearchTask

      default CompletableFuture<GetSpeakerSearchTaskResponse> getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest)

      Retrieves the details of the specified speaker search task.


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

      Parameters:
      getSpeakerSearchTaskRequest - A Consumer that will call methods on GetSpeakerSearchTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetSpeakerSearchTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVoiceToneAnalysisTask

      default CompletableFuture<GetVoiceToneAnalysisTaskResponse> getVoiceToneAnalysisTask(GetVoiceToneAnalysisTaskRequest getVoiceToneAnalysisTaskRequest)

      Retrieves the details of a voice tone analysis task.

      Parameters:
      getVoiceToneAnalysisTaskRequest -
      Returns:
      A Java Future containing the result of the GetVoiceToneAnalysisTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVoiceToneAnalysisTask

      default CompletableFuture<GetVoiceToneAnalysisTaskResponse> getVoiceToneAnalysisTask(Consumer<GetVoiceToneAnalysisTaskRequest.Builder> getVoiceToneAnalysisTaskRequest)

      Retrieves the details of a voice tone analysis task.


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

      Parameters:
      getVoiceToneAnalysisTaskRequest - A Consumer that will call methods on GetVoiceToneAnalysisTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetVoiceToneAnalysisTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaCapturePipelines

      default CompletableFuture<ListMediaCapturePipelinesResponse> listMediaCapturePipelines(ListMediaCapturePipelinesRequest listMediaCapturePipelinesRequest)

      Returns a list of media pipelines.

      Parameters:
      listMediaCapturePipelinesRequest -
      Returns:
      A Java Future containing the result of the ListMediaCapturePipelines 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaCapturePipelines

      default CompletableFuture<ListMediaCapturePipelinesResponse> listMediaCapturePipelines(Consumer<ListMediaCapturePipelinesRequest.Builder> listMediaCapturePipelinesRequest)

      Returns a list of media pipelines.


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

      Parameters:
      listMediaCapturePipelinesRequest - A Consumer that will call methods on ListMediaCapturePipelinesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListMediaCapturePipelines 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaCapturePipelinesPaginator

      default ListMediaCapturePipelinesPublisher listMediaCapturePipelinesPaginator(ListMediaCapturePipelinesRequest listMediaCapturePipelinesRequest)

      This is a variant of listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest) 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.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesPublisher publisher = client.listMediaCapturePipelinesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesPublisher publisher = client.listMediaCapturePipelinesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesResponse 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 listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest) operation.

      Parameters:
      listMediaCapturePipelinesRequest -
      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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaCapturePipelinesPaginator

      default ListMediaCapturePipelinesPublisher listMediaCapturePipelinesPaginator(Consumer<ListMediaCapturePipelinesRequest.Builder> listMediaCapturePipelinesRequest)

      This is a variant of listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest) 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.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesPublisher publisher = client.listMediaCapturePipelinesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesPublisher publisher = client.listMediaCapturePipelinesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesResponse 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 listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest) operation.


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

      Parameters:
      listMediaCapturePipelinesRequest - A Consumer that will call methods on ListMediaCapturePipelinesRequest.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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaInsightsPipelineConfigurations

      default CompletableFuture<ListMediaInsightsPipelineConfigurationsResponse> listMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest listMediaInsightsPipelineConfigurationsRequest)

      Lists the available media insights pipeline configurations.

      Parameters:
      listMediaInsightsPipelineConfigurationsRequest -
      Returns:
      A Java Future containing the result of the ListMediaInsightsPipelineConfigurations 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaInsightsPipelineConfigurations

      default CompletableFuture<ListMediaInsightsPipelineConfigurationsResponse> listMediaInsightsPipelineConfigurations(Consumer<ListMediaInsightsPipelineConfigurationsRequest.Builder> listMediaInsightsPipelineConfigurationsRequest)

      Lists the available media insights pipeline configurations.


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

      Parameters:
      listMediaInsightsPipelineConfigurationsRequest - A Consumer that will call methods on ListMediaInsightsPipelineConfigurationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListMediaInsightsPipelineConfigurations 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaInsightsPipelineConfigurationsPaginator

      default ListMediaInsightsPipelineConfigurationsPublisher listMediaInsightsPipelineConfigurationsPaginator(ListMediaInsightsPipelineConfigurationsRequest listMediaInsightsPipelineConfigurationsRequest)

      This is a variant of listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest) 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.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsPublisher publisher = client.listMediaInsightsPipelineConfigurationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsPublisher publisher = client.listMediaInsightsPipelineConfigurationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsResponse 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 listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest) operation.

      Parameters:
      listMediaInsightsPipelineConfigurationsRequest -
      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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaInsightsPipelineConfigurationsPaginator

      default ListMediaInsightsPipelineConfigurationsPublisher listMediaInsightsPipelineConfigurationsPaginator(Consumer<ListMediaInsightsPipelineConfigurationsRequest.Builder> listMediaInsightsPipelineConfigurationsRequest)

      This is a variant of listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest) 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.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsPublisher publisher = client.listMediaInsightsPipelineConfigurationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsPublisher publisher = client.listMediaInsightsPipelineConfigurationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsResponse 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 listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest) operation.


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

      Parameters:
      listMediaInsightsPipelineConfigurationsRequest - A Consumer that will call methods on ListMediaInsightsPipelineConfigurationsRequest.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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelineKinesisVideoStreamPools

      default CompletableFuture<ListMediaPipelineKinesisVideoStreamPoolsResponse> listMediaPipelineKinesisVideoStreamPools(ListMediaPipelineKinesisVideoStreamPoolsRequest listMediaPipelineKinesisVideoStreamPoolsRequest)

      Lists the video stream pools in the media pipeline.

      Parameters:
      listMediaPipelineKinesisVideoStreamPoolsRequest -
      Returns:
      A Java Future containing the result of the ListMediaPipelineKinesisVideoStreamPools 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelineKinesisVideoStreamPools

      default CompletableFuture<ListMediaPipelineKinesisVideoStreamPoolsResponse> listMediaPipelineKinesisVideoStreamPools(Consumer<ListMediaPipelineKinesisVideoStreamPoolsRequest.Builder> listMediaPipelineKinesisVideoStreamPoolsRequest)

      Lists the video stream pools in the media pipeline.


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

      Parameters:
      listMediaPipelineKinesisVideoStreamPoolsRequest - A Consumer that will call methods on ListMediaPipelineKinesisVideoStreamPoolsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListMediaPipelineKinesisVideoStreamPools 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelineKinesisVideoStreamPoolsPaginator

      default ListMediaPipelineKinesisVideoStreamPoolsPublisher listMediaPipelineKinesisVideoStreamPoolsPaginator(ListMediaPipelineKinesisVideoStreamPoolsRequest listMediaPipelineKinesisVideoStreamPoolsRequest)

      This is a variant of listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest) 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.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsPublisher publisher = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsPublisher publisher = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsResponse 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 listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest) operation.

      Parameters:
      listMediaPipelineKinesisVideoStreamPoolsRequest -
      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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelineKinesisVideoStreamPoolsPaginator

      default ListMediaPipelineKinesisVideoStreamPoolsPublisher listMediaPipelineKinesisVideoStreamPoolsPaginator(Consumer<ListMediaPipelineKinesisVideoStreamPoolsRequest.Builder> listMediaPipelineKinesisVideoStreamPoolsRequest)

      This is a variant of listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest) 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.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsPublisher publisher = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsPublisher publisher = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsResponse 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 listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest) operation.


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

      Parameters:
      listMediaPipelineKinesisVideoStreamPoolsRequest - A Consumer that will call methods on ListMediaPipelineKinesisVideoStreamPoolsRequest.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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelines

      default CompletableFuture<ListMediaPipelinesResponse> listMediaPipelines(ListMediaPipelinesRequest listMediaPipelinesRequest)

      Returns a list of media pipelines.

      Parameters:
      listMediaPipelinesRequest -
      Returns:
      A Java Future containing the result of the ListMediaPipelines 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelines

      default CompletableFuture<ListMediaPipelinesResponse> listMediaPipelines(Consumer<ListMediaPipelinesRequest.Builder> listMediaPipelinesRequest)

      Returns a list of media pipelines.


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

      Parameters:
      listMediaPipelinesRequest - A Consumer that will call methods on ListMediaPipelinesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ListMediaPipelines 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelinesPaginator

      default ListMediaPipelinesPublisher listMediaPipelinesPaginator(ListMediaPipelinesRequest listMediaPipelinesRequest)

      This is a variant of listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest) 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.chimesdkmediapipelines.paginators.ListMediaPipelinesPublisher publisher = client.listMediaPipelinesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesPublisher publisher = client.listMediaPipelinesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesResponse 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 listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest) operation.

      Parameters:
      listMediaPipelinesRequest -
      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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listMediaPipelinesPaginator

      default ListMediaPipelinesPublisher listMediaPipelinesPaginator(Consumer<ListMediaPipelinesRequest.Builder> listMediaPipelinesRequest)

      This is a variant of listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest) 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.chimesdkmediapipelines.paginators.ListMediaPipelinesPublisher publisher = client.listMediaPipelinesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesPublisher publisher = client.listMediaPipelinesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesResponse 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 listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest) operation.


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

      Parameters:
      listMediaPipelinesRequest - A Consumer that will call methods on ListMediaPipelinesRequest.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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ResourceLimitExceededException The request exceeds the resource limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException 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 available for a media pipeline.

      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.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException 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 available for a media pipeline.


      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.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startSpeakerSearchTask

      default CompletableFuture<StartSpeakerSearchTaskResponse> startSpeakerSearchTask(StartSpeakerSearchTaskRequest startSpeakerSearchTaskRequest)

      Starts a speaker search task.

      Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.

      Parameters:
      startSpeakerSearchTaskRequest -
      Returns:
      A Java Future containing the result of the StartSpeakerSearchTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startSpeakerSearchTask

      default CompletableFuture<StartSpeakerSearchTaskResponse> startSpeakerSearchTask(Consumer<StartSpeakerSearchTaskRequest.Builder> startSpeakerSearchTaskRequest)

      Starts a speaker search task.

      Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.


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

      Parameters:
      startSpeakerSearchTaskRequest - A Consumer that will call methods on StartSpeakerSearchTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartSpeakerSearchTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startVoiceToneAnalysisTask

      default CompletableFuture<StartVoiceToneAnalysisTaskResponse> startVoiceToneAnalysisTask(StartVoiceToneAnalysisTaskRequest startVoiceToneAnalysisTaskRequest)

      Starts a voice tone analysis task. For more information about voice tone analysis, see Using Amazon Chime SDK voice analytics in the Amazon Chime SDK Developer Guide.

      Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.

      Parameters:
      startVoiceToneAnalysisTaskRequest -
      Returns:
      A Java Future containing the result of the StartVoiceToneAnalysisTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startVoiceToneAnalysisTask

      default CompletableFuture<StartVoiceToneAnalysisTaskResponse> startVoiceToneAnalysisTask(Consumer<StartVoiceToneAnalysisTaskRequest.Builder> startVoiceToneAnalysisTaskRequest)

      Starts a voice tone analysis task. For more information about voice tone analysis, see Using Amazon Chime SDK voice analytics in the Amazon Chime SDK Developer Guide.

      Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.


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

      Parameters:
      startVoiceToneAnalysisTaskRequest - A Consumer that will call methods on StartVoiceToneAnalysisTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartVoiceToneAnalysisTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopSpeakerSearchTask

      default CompletableFuture<StopSpeakerSearchTaskResponse> stopSpeakerSearchTask(StopSpeakerSearchTaskRequest stopSpeakerSearchTaskRequest)

      Stops a speaker search task.

      Parameters:
      stopSpeakerSearchTaskRequest -
      Returns:
      A Java Future containing the result of the StopSpeakerSearchTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopSpeakerSearchTask

      default CompletableFuture<StopSpeakerSearchTaskResponse> stopSpeakerSearchTask(Consumer<StopSpeakerSearchTaskRequest.Builder> stopSpeakerSearchTaskRequest)

      Stops a speaker search task.


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

      Parameters:
      stopSpeakerSearchTaskRequest - A Consumer that will call methods on StopSpeakerSearchTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StopSpeakerSearchTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopVoiceToneAnalysisTask

      default CompletableFuture<StopVoiceToneAnalysisTaskResponse> stopVoiceToneAnalysisTask(StopVoiceToneAnalysisTaskRequest stopVoiceToneAnalysisTaskRequest)

      Stops a voice tone analysis task.

      Parameters:
      stopVoiceToneAnalysisTaskRequest -
      Returns:
      A Java Future containing the result of the StopVoiceToneAnalysisTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopVoiceToneAnalysisTask

      default CompletableFuture<StopVoiceToneAnalysisTaskResponse> stopVoiceToneAnalysisTask(Consumer<StopVoiceToneAnalysisTaskRequest.Builder> stopVoiceToneAnalysisTaskRequest)

      Stops a voice tone analysis task.


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

      Parameters:
      stopVoiceToneAnalysisTaskRequest - A Consumer that will call methods on StopVoiceToneAnalysisTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StopVoiceToneAnalysisTask 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException 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)

      The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.

      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.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException 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)

      The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.


      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.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException 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 any tags from a media pipeline.

      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.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException 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 any tags from a media pipeline.


      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.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateMediaInsightsPipelineConfiguration

      default CompletableFuture<UpdateMediaInsightsPipelineConfigurationResponse> updateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest updateMediaInsightsPipelineConfigurationRequest)

      Updates the media insights pipeline's configuration settings.

      Parameters:
      updateMediaInsightsPipelineConfigurationRequest -
      Returns:
      A Java Future containing the result of the UpdateMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateMediaInsightsPipelineConfiguration

      default CompletableFuture<UpdateMediaInsightsPipelineConfigurationResponse> updateMediaInsightsPipelineConfiguration(Consumer<UpdateMediaInsightsPipelineConfigurationRequest.Builder> updateMediaInsightsPipelineConfigurationRequest)

      Updates the media insights pipeline's configuration settings.


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

      Parameters:
      updateMediaInsightsPipelineConfigurationRequest - A Consumer that will call methods on UpdateMediaInsightsPipelineConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateMediaInsightsPipelineConfiguration 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateMediaInsightsPipelineStatus

      default CompletableFuture<UpdateMediaInsightsPipelineStatusResponse> updateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest updateMediaInsightsPipelineStatusRequest)

      Updates the status of a media insights pipeline.

      Parameters:
      updateMediaInsightsPipelineStatusRequest -
      Returns:
      A Java Future containing the result of the UpdateMediaInsightsPipelineStatus 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateMediaInsightsPipelineStatus

      default CompletableFuture<UpdateMediaInsightsPipelineStatusResponse> updateMediaInsightsPipelineStatus(Consumer<UpdateMediaInsightsPipelineStatusRequest.Builder> updateMediaInsightsPipelineStatusRequest)

      Updates the status of a media insights pipeline.


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

      Parameters:
      updateMediaInsightsPipelineStatusRequest - A Consumer that will call methods on UpdateMediaInsightsPipelineStatusRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateMediaInsightsPipelineStatus 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<UpdateMediaPipelineKinesisVideoStreamPoolResponse> updateMediaPipelineKinesisVideoStreamPool(UpdateMediaPipelineKinesisVideoStreamPoolRequest updateMediaPipelineKinesisVideoStreamPoolRequest)

      Updates an Kinesis video stream pool in a media pipeline.

      Parameters:
      updateMediaPipelineKinesisVideoStreamPoolRequest -
      Returns:
      A Java Future containing the result of the UpdateMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateMediaPipelineKinesisVideoStreamPool

      default CompletableFuture<UpdateMediaPipelineKinesisVideoStreamPoolResponse> updateMediaPipelineKinesisVideoStreamPool(Consumer<UpdateMediaPipelineKinesisVideoStreamPoolRequest.Builder> updateMediaPipelineKinesisVideoStreamPoolRequest)

      Updates an Kinesis video stream pool in a media pipeline.


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

      Parameters:
      updateMediaPipelineKinesisVideoStreamPoolRequest - A Consumer that will call methods on UpdateMediaPipelineKinesisVideoStreamPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateMediaPipelineKinesisVideoStreamPool 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.
      • BadRequestException The input parameters don't match the service's restrictions.
      • ForbiddenException The client is permanently forbidden from making the request.
      • NotFoundException One or more of the resources in the request does not exist in the system.
      • UnauthorizedClientException The client is not currently authorized to make the request.
      • ThrottledClientException The client exceeded its request rate limit.
      • ConflictException The request could not be processed because of conflict in the current state of the resource.
      • ServiceUnavailableException The service is currently unavailable.
      • ServiceFailureException The service encountered an unexpected error.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • ChimeSdkMediaPipelinesException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • serviceClientConfiguration

      default ChimeSdkMediaPipelinesServiceClientConfiguration 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

      Create a ChimeSdkMediaPipelinesAsyncClient 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 ChimeSdkMediaPipelinesAsyncClient.