Interface ChimeSdkMediaPipelinesClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface ChimeSdkMediaPipelinesClient extends AwsClient
Service client for accessing Amazon Chime SDK Media Pipelines. This can be created using the staticbuilder()method.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 Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
createMediaCapturePipeline
default CreateMediaCapturePipelineResponse createMediaCapturePipeline(CreateMediaCapturePipelineRequest createMediaCapturePipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media pipeline.
- Parameters:
createMediaCapturePipelineRequest-- Returns:
- Result of the CreateMediaCapturePipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaCapturePipeline
default CreateMediaCapturePipelineResponse createMediaCapturePipeline(Consumer<CreateMediaCapturePipelineRequest.Builder> createMediaCapturePipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media pipeline.
This is a convenience which creates an instance of the
CreateMediaCapturePipelineRequest.Builderavoiding the need to create one manually viaCreateMediaCapturePipelineRequest.builder()- Parameters:
createMediaCapturePipelineRequest- AConsumerthat will call methods onCreateMediaCapturePipelineRequest.Builderto create a request.- Returns:
- Result of the CreateMediaCapturePipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaConcatenationPipeline
default CreateMediaConcatenationPipelineResponse createMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest createMediaConcatenationPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media concatenation pipeline.
- Parameters:
createMediaConcatenationPipelineRequest-- Returns:
- Result of the CreateMediaConcatenationPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaConcatenationPipeline
default CreateMediaConcatenationPipelineResponse createMediaConcatenationPipeline(Consumer<CreateMediaConcatenationPipelineRequest.Builder> createMediaConcatenationPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media concatenation pipeline.
This is a convenience which creates an instance of the
CreateMediaConcatenationPipelineRequest.Builderavoiding the need to create one manually viaCreateMediaConcatenationPipelineRequest.builder()- Parameters:
createMediaConcatenationPipelineRequest- AConsumerthat will call methods onCreateMediaConcatenationPipelineRequest.Builderto create a request.- Returns:
- Result of the CreateMediaConcatenationPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaInsightsPipeline
default CreateMediaInsightsPipelineResponse createMediaInsightsPipeline(CreateMediaInsightsPipelineRequest createMediaInsightsPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media insights pipeline.
- Parameters:
createMediaInsightsPipelineRequest-- Returns:
- Result of the CreateMediaInsightsPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaInsightsPipeline
default CreateMediaInsightsPipelineResponse createMediaInsightsPipeline(Consumer<CreateMediaInsightsPipelineRequest.Builder> createMediaInsightsPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media insights pipeline.
This is a convenience which creates an instance of the
CreateMediaInsightsPipelineRequest.Builderavoiding the need to create one manually viaCreateMediaInsightsPipelineRequest.builder()- Parameters:
createMediaInsightsPipelineRequest- AConsumerthat will call methods onCreateMediaInsightsPipelineRequest.Builderto create a request.- Returns:
- Result of the CreateMediaInsightsPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaInsightsPipelineConfiguration
default CreateMediaInsightsPipelineConfigurationResponse createMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest createMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
A structure that contains the static configurations for a media insights pipeline.
- Parameters:
createMediaInsightsPipelineConfigurationRequest-- Returns:
- Result of the CreateMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaInsightsPipelineConfiguration
default CreateMediaInsightsPipelineConfigurationResponse createMediaInsightsPipelineConfiguration(Consumer<CreateMediaInsightsPipelineConfigurationRequest.Builder> createMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
A structure that contains the static configurations for a media insights pipeline.
This is a convenience which creates an instance of the
CreateMediaInsightsPipelineConfigurationRequest.Builderavoiding the need to create one manually viaCreateMediaInsightsPipelineConfigurationRequest.builder()- Parameters:
createMediaInsightsPipelineConfigurationRequest- AConsumerthat will call methods onCreateMediaInsightsPipelineConfigurationRequest.Builderto create a request.- Returns:
- Result of the CreateMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaLiveConnectorPipeline
default CreateMediaLiveConnectorPipelineResponse createMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest createMediaLiveConnectorPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media live connector pipeline in an Amazon Chime SDK meeting.
- Parameters:
createMediaLiveConnectorPipelineRequest-- Returns:
- Result of the CreateMediaLiveConnectorPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaLiveConnectorPipeline
default CreateMediaLiveConnectorPipelineResponse createMediaLiveConnectorPipeline(Consumer<CreateMediaLiveConnectorPipelineRequest.Builder> createMediaLiveConnectorPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a media live connector pipeline in an Amazon Chime SDK meeting.
This is a convenience which creates an instance of the
CreateMediaLiveConnectorPipelineRequest.Builderavoiding the need to create one manually viaCreateMediaLiveConnectorPipelineRequest.builder()- Parameters:
createMediaLiveConnectorPipelineRequest- AConsumerthat will call methods onCreateMediaLiveConnectorPipelineRequest.Builderto create a request.- Returns:
- Result of the CreateMediaLiveConnectorPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaPipelineKinesisVideoStreamPool
default CreateMediaPipelineKinesisVideoStreamPoolResponse createMediaPipelineKinesisVideoStreamPool(CreateMediaPipelineKinesisVideoStreamPoolRequest createMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates an Kinesis video stream pool for the media pipeline.
- Parameters:
createMediaPipelineKinesisVideoStreamPoolRequest-- Returns:
- Result of the CreateMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaPipelineKinesisVideoStreamPool
default CreateMediaPipelineKinesisVideoStreamPoolResponse createMediaPipelineKinesisVideoStreamPool(Consumer<CreateMediaPipelineKinesisVideoStreamPoolRequest.Builder> createMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates an Kinesis video stream pool for the media pipeline.
This is a convenience which creates an instance of the
CreateMediaPipelineKinesisVideoStreamPoolRequest.Builderavoiding the need to create one manually viaCreateMediaPipelineKinesisVideoStreamPoolRequest.builder()- Parameters:
createMediaPipelineKinesisVideoStreamPoolRequest- AConsumerthat will call methods onCreateMediaPipelineKinesisVideoStreamPoolRequest.Builderto create a request.- Returns:
- Result of the CreateMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaStreamPipeline
default CreateMediaStreamPipelineResponse createMediaStreamPipeline(CreateMediaStreamPipelineRequest createMediaStreamPipelineRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a streaming media pipeline.
- Parameters:
createMediaStreamPipelineRequest-- Returns:
- Result of the CreateMediaStreamPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMediaStreamPipeline
default CreateMediaStreamPipelineResponse createMediaStreamPipeline(Consumer<CreateMediaStreamPipelineRequest.Builder> createMediaStreamPipelineRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Creates a streaming media pipeline.
This is a convenience which creates an instance of the
CreateMediaStreamPipelineRequest.Builderavoiding the need to create one manually viaCreateMediaStreamPipelineRequest.builder()- Parameters:
createMediaStreamPipelineRequest- AConsumerthat will call methods onCreateMediaStreamPipelineRequest.Builderto create a request.- Returns:
- Result of the CreateMediaStreamPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaCapturePipeline
default DeleteMediaCapturePipelineResponse deleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest deleteMediaCapturePipelineRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes the media pipeline.
- Parameters:
deleteMediaCapturePipelineRequest-- Returns:
- Result of the DeleteMediaCapturePipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaCapturePipeline
default DeleteMediaCapturePipelineResponse deleteMediaCapturePipeline(Consumer<DeleteMediaCapturePipelineRequest.Builder> deleteMediaCapturePipelineRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes the media pipeline.
This is a convenience which creates an instance of the
DeleteMediaCapturePipelineRequest.Builderavoiding the need to create one manually viaDeleteMediaCapturePipelineRequest.builder()- Parameters:
deleteMediaCapturePipelineRequest- AConsumerthat will call methods onDeleteMediaCapturePipelineRequest.Builderto create a request.- Returns:
- Result of the DeleteMediaCapturePipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaInsightsPipelineConfiguration
default DeleteMediaInsightsPipelineConfigurationResponse deleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest deleteMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes the specified configuration settings.
- Parameters:
deleteMediaInsightsPipelineConfigurationRequest-- Returns:
- Result of the DeleteMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaInsightsPipelineConfiguration
default DeleteMediaInsightsPipelineConfigurationResponse deleteMediaInsightsPipelineConfiguration(Consumer<DeleteMediaInsightsPipelineConfigurationRequest.Builder> deleteMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes the specified configuration settings.
This is a convenience which creates an instance of the
DeleteMediaInsightsPipelineConfigurationRequest.Builderavoiding the need to create one manually viaDeleteMediaInsightsPipelineConfigurationRequest.builder()- Parameters:
deleteMediaInsightsPipelineConfigurationRequest- AConsumerthat will call methods onDeleteMediaInsightsPipelineConfigurationRequest.Builderto create a request.- Returns:
- Result of the DeleteMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaPipeline
default DeleteMediaPipelineResponse deleteMediaPipeline(DeleteMediaPipelineRequest deleteMediaPipelineRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes the media pipeline.
- Parameters:
deleteMediaPipelineRequest-- Returns:
- Result of the DeleteMediaPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaPipeline
default DeleteMediaPipelineResponse deleteMediaPipeline(Consumer<DeleteMediaPipelineRequest.Builder> deleteMediaPipelineRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes the media pipeline.
This is a convenience which creates an instance of the
DeleteMediaPipelineRequest.Builderavoiding the need to create one manually viaDeleteMediaPipelineRequest.builder()- Parameters:
deleteMediaPipelineRequest- AConsumerthat will call methods onDeleteMediaPipelineRequest.Builderto create a request.- Returns:
- Result of the DeleteMediaPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaPipelineKinesisVideoStreamPool
default DeleteMediaPipelineKinesisVideoStreamPoolResponse deleteMediaPipelineKinesisVideoStreamPool(DeleteMediaPipelineKinesisVideoStreamPoolRequest deleteMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes an Kinesis video stream pool.
- Parameters:
deleteMediaPipelineKinesisVideoStreamPoolRequest-- Returns:
- Result of the DeleteMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMediaPipelineKinesisVideoStreamPool
default DeleteMediaPipelineKinesisVideoStreamPoolResponse deleteMediaPipelineKinesisVideoStreamPool(Consumer<DeleteMediaPipelineKinesisVideoStreamPoolRequest.Builder> deleteMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, ThrottledClientException, NotFoundException, UnauthorizedClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Deletes an Kinesis video stream pool.
This is a convenience which creates an instance of the
DeleteMediaPipelineKinesisVideoStreamPoolRequest.Builderavoiding the need to create one manually viaDeleteMediaPipelineKinesisVideoStreamPoolRequest.builder()- Parameters:
deleteMediaPipelineKinesisVideoStreamPoolRequest- AConsumerthat will call methods onDeleteMediaPipelineKinesisVideoStreamPoolRequest.Builderto create a request.- Returns:
- Result of the DeleteMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaCapturePipeline
default GetMediaCapturePipelineResponse getMediaCapturePipeline(GetMediaCapturePipelineRequest getMediaCapturePipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets an existing media pipeline.
- Parameters:
getMediaCapturePipelineRequest-- Returns:
- Result of the GetMediaCapturePipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaCapturePipeline
default GetMediaCapturePipelineResponse getMediaCapturePipeline(Consumer<GetMediaCapturePipelineRequest.Builder> getMediaCapturePipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets an existing media pipeline.
This is a convenience which creates an instance of the
GetMediaCapturePipelineRequest.Builderavoiding the need to create one manually viaGetMediaCapturePipelineRequest.builder()- Parameters:
getMediaCapturePipelineRequest- AConsumerthat will call methods onGetMediaCapturePipelineRequest.Builderto create a request.- Returns:
- Result of the GetMediaCapturePipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaInsightsPipelineConfiguration
default GetMediaInsightsPipelineConfigurationResponse getMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest getMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets the configuration settings for a media insights pipeline.
- Parameters:
getMediaInsightsPipelineConfigurationRequest-- Returns:
- Result of the GetMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaInsightsPipelineConfiguration
default GetMediaInsightsPipelineConfigurationResponse getMediaInsightsPipelineConfiguration(Consumer<GetMediaInsightsPipelineConfigurationRequest.Builder> getMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets the configuration settings for a media insights pipeline.
This is a convenience which creates an instance of the
GetMediaInsightsPipelineConfigurationRequest.Builderavoiding the need to create one manually viaGetMediaInsightsPipelineConfigurationRequest.builder()- Parameters:
getMediaInsightsPipelineConfigurationRequest- AConsumerthat will call methods onGetMediaInsightsPipelineConfigurationRequest.Builderto create a request.- Returns:
- Result of the GetMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaPipeline
default GetMediaPipelineResponse getMediaPipeline(GetMediaPipelineRequest getMediaPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets an existing media pipeline.
- Parameters:
getMediaPipelineRequest-- Returns:
- Result of the GetMediaPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaPipeline
default GetMediaPipelineResponse getMediaPipeline(Consumer<GetMediaPipelineRequest.Builder> getMediaPipelineRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets an existing media pipeline.
This is a convenience which creates an instance of the
GetMediaPipelineRequest.Builderavoiding the need to create one manually viaGetMediaPipelineRequest.builder()- Parameters:
getMediaPipelineRequest- AConsumerthat will call methods onGetMediaPipelineRequest.Builderto create a request.- Returns:
- Result of the GetMediaPipeline operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaPipelineKinesisVideoStreamPool
default GetMediaPipelineKinesisVideoStreamPoolResponse getMediaPipelineKinesisVideoStreamPool(GetMediaPipelineKinesisVideoStreamPoolRequest getMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets an Kinesis video stream pool.
- Parameters:
getMediaPipelineKinesisVideoStreamPoolRequest-- Returns:
- Result of the GetMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMediaPipelineKinesisVideoStreamPool
default GetMediaPipelineKinesisVideoStreamPoolResponse getMediaPipelineKinesisVideoStreamPool(Consumer<GetMediaPipelineKinesisVideoStreamPoolRequest.Builder> getMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Gets an Kinesis video stream pool.
This is a convenience which creates an instance of the
GetMediaPipelineKinesisVideoStreamPoolRequest.Builderavoiding the need to create one manually viaGetMediaPipelineKinesisVideoStreamPoolRequest.builder()- Parameters:
getMediaPipelineKinesisVideoStreamPoolRequest- AConsumerthat will call methods onGetMediaPipelineKinesisVideoStreamPoolRequest.Builderto create a request.- Returns:
- Result of the GetMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSpeakerSearchTask
default GetSpeakerSearchTaskResponse getSpeakerSearchTask(GetSpeakerSearchTaskRequest getSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Retrieves the details of the specified speaker search task.
- Parameters:
getSpeakerSearchTaskRequest-- Returns:
- Result of the GetSpeakerSearchTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSpeakerSearchTask
default GetSpeakerSearchTaskResponse getSpeakerSearchTask(Consumer<GetSpeakerSearchTaskRequest.Builder> getSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Retrieves the details of the specified speaker search task.
This is a convenience which creates an instance of the
GetSpeakerSearchTaskRequest.Builderavoiding the need to create one manually viaGetSpeakerSearchTaskRequest.builder()- Parameters:
getSpeakerSearchTaskRequest- AConsumerthat will call methods onGetSpeakerSearchTaskRequest.Builderto create a request.- Returns:
- Result of the GetSpeakerSearchTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getVoiceToneAnalysisTask
default GetVoiceToneAnalysisTaskResponse getVoiceToneAnalysisTask(GetVoiceToneAnalysisTaskRequest getVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Retrieves the details of a voice tone analysis task.
- Parameters:
getVoiceToneAnalysisTaskRequest-- Returns:
- Result of the GetVoiceToneAnalysisTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getVoiceToneAnalysisTask
default GetVoiceToneAnalysisTaskResponse getVoiceToneAnalysisTask(Consumer<GetVoiceToneAnalysisTaskRequest.Builder> getVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Retrieves the details of a voice tone analysis task.
This is a convenience which creates an instance of the
GetVoiceToneAnalysisTaskRequest.Builderavoiding the need to create one manually viaGetVoiceToneAnalysisTaskRequest.builder()- Parameters:
getVoiceToneAnalysisTaskRequest- AConsumerthat will call methods onGetVoiceToneAnalysisTaskRequest.Builderto create a request.- Returns:
- Result of the GetVoiceToneAnalysisTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaCapturePipelines
default ListMediaCapturePipelinesResponse listMediaCapturePipelines(ListMediaCapturePipelinesRequest listMediaCapturePipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Returns a list of media pipelines.
- Parameters:
listMediaCapturePipelinesRequest-- Returns:
- Result of the ListMediaCapturePipelines operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaCapturePipelines
default ListMediaCapturePipelinesResponse listMediaCapturePipelines(Consumer<ListMediaCapturePipelinesRequest.Builder> listMediaCapturePipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Returns a list of media pipelines.
This is a convenience which creates an instance of the
ListMediaCapturePipelinesRequest.Builderavoiding the need to create one manually viaListMediaCapturePipelinesRequest.builder()- Parameters:
listMediaCapturePipelinesRequest- AConsumerthat will call methods onListMediaCapturePipelinesRequest.Builderto create a request.- Returns:
- Result of the ListMediaCapturePipelines operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaCapturePipelinesPaginator
default ListMediaCapturePipelinesIterable listMediaCapturePipelinesPaginator(ListMediaCapturePipelinesRequest listMediaCapturePipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesIterable responses = client.listMediaCapturePipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesIterable responses = client .listMediaCapturePipelinesPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesIterable responses = client.listMediaCapturePipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest)operation.- Parameters:
listMediaCapturePipelinesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaCapturePipelinesPaginator
default ListMediaCapturePipelinesIterable listMediaCapturePipelinesPaginator(Consumer<ListMediaCapturePipelinesRequest.Builder> listMediaCapturePipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesIterable responses = client.listMediaCapturePipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesIterable responses = client .listMediaCapturePipelinesPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaCapturePipelinesIterable responses = client.listMediaCapturePipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaCapturePipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaCapturePipelinesRequest)operation.
This is a convenience which creates an instance of the
ListMediaCapturePipelinesRequest.Builderavoiding the need to create one manually viaListMediaCapturePipelinesRequest.builder()- Parameters:
listMediaCapturePipelinesRequest- AConsumerthat will call methods onListMediaCapturePipelinesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaInsightsPipelineConfigurations
default ListMediaInsightsPipelineConfigurationsResponse listMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest listMediaInsightsPipelineConfigurationsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Lists the available media insights pipeline configurations.
- Parameters:
listMediaInsightsPipelineConfigurationsRequest-- Returns:
- Result of the ListMediaInsightsPipelineConfigurations operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaInsightsPipelineConfigurations
default ListMediaInsightsPipelineConfigurationsResponse listMediaInsightsPipelineConfigurations(Consumer<ListMediaInsightsPipelineConfigurationsRequest.Builder> listMediaInsightsPipelineConfigurationsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Lists the available media insights pipeline configurations.
This is a convenience which creates an instance of the
ListMediaInsightsPipelineConfigurationsRequest.Builderavoiding the need to create one manually viaListMediaInsightsPipelineConfigurationsRequest.builder()- Parameters:
listMediaInsightsPipelineConfigurationsRequest- AConsumerthat will call methods onListMediaInsightsPipelineConfigurationsRequest.Builderto create a request.- Returns:
- Result of the ListMediaInsightsPipelineConfigurations operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaInsightsPipelineConfigurationsPaginator
default ListMediaInsightsPipelineConfigurationsIterable listMediaInsightsPipelineConfigurationsPaginator(ListMediaInsightsPipelineConfigurationsRequest listMediaInsightsPipelineConfigurationsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsIterable responses = client.listMediaInsightsPipelineConfigurationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsIterable responses = client .listMediaInsightsPipelineConfigurationsPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsIterable responses = client.listMediaInsightsPipelineConfigurationsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest)operation.- Parameters:
listMediaInsightsPipelineConfigurationsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaInsightsPipelineConfigurationsPaginator
default ListMediaInsightsPipelineConfigurationsIterable listMediaInsightsPipelineConfigurationsPaginator(Consumer<ListMediaInsightsPipelineConfigurationsRequest.Builder> listMediaInsightsPipelineConfigurationsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsIterable responses = client.listMediaInsightsPipelineConfigurationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsIterable responses = client .listMediaInsightsPipelineConfigurationsPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaInsightsPipelineConfigurationsIterable responses = client.listMediaInsightsPipelineConfigurationsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaInsightsPipelineConfigurations(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaInsightsPipelineConfigurationsRequest)operation.
This is a convenience which creates an instance of the
ListMediaInsightsPipelineConfigurationsRequest.Builderavoiding the need to create one manually viaListMediaInsightsPipelineConfigurationsRequest.builder()- Parameters:
listMediaInsightsPipelineConfigurationsRequest- AConsumerthat will call methods onListMediaInsightsPipelineConfigurationsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelineKinesisVideoStreamPools
default ListMediaPipelineKinesisVideoStreamPoolsResponse listMediaPipelineKinesisVideoStreamPools(ListMediaPipelineKinesisVideoStreamPoolsRequest listMediaPipelineKinesisVideoStreamPoolsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Lists the video stream pools in the media pipeline.
- Parameters:
listMediaPipelineKinesisVideoStreamPoolsRequest-- Returns:
- Result of the ListMediaPipelineKinesisVideoStreamPools operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelineKinesisVideoStreamPools
default ListMediaPipelineKinesisVideoStreamPoolsResponse listMediaPipelineKinesisVideoStreamPools(Consumer<ListMediaPipelineKinesisVideoStreamPoolsRequest.Builder> listMediaPipelineKinesisVideoStreamPoolsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Lists the video stream pools in the media pipeline.
This is a convenience which creates an instance of the
ListMediaPipelineKinesisVideoStreamPoolsRequest.Builderavoiding the need to create one manually viaListMediaPipelineKinesisVideoStreamPoolsRequest.builder()- Parameters:
listMediaPipelineKinesisVideoStreamPoolsRequest- AConsumerthat will call methods onListMediaPipelineKinesisVideoStreamPoolsRequest.Builderto create a request.- Returns:
- Result of the ListMediaPipelineKinesisVideoStreamPools operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelineKinesisVideoStreamPoolsPaginator
default ListMediaPipelineKinesisVideoStreamPoolsIterable listMediaPipelineKinesisVideoStreamPoolsPaginator(ListMediaPipelineKinesisVideoStreamPoolsRequest listMediaPipelineKinesisVideoStreamPoolsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsIterable responses = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsIterable responses = client .listMediaPipelineKinesisVideoStreamPoolsPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsIterable responses = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest)operation.- Parameters:
listMediaPipelineKinesisVideoStreamPoolsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelineKinesisVideoStreamPoolsPaginator
default ListMediaPipelineKinesisVideoStreamPoolsIterable listMediaPipelineKinesisVideoStreamPoolsPaginator(Consumer<ListMediaPipelineKinesisVideoStreamPoolsRequest.Builder> listMediaPipelineKinesisVideoStreamPoolsRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsIterable responses = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsIterable responses = client .listMediaPipelineKinesisVideoStreamPoolsPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelineKinesisVideoStreamPoolsIterable responses = client.listMediaPipelineKinesisVideoStreamPoolsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaPipelineKinesisVideoStreamPools(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelineKinesisVideoStreamPoolsRequest)operation.
This is a convenience which creates an instance of the
ListMediaPipelineKinesisVideoStreamPoolsRequest.Builderavoiding the need to create one manually viaListMediaPipelineKinesisVideoStreamPoolsRequest.builder()- Parameters:
listMediaPipelineKinesisVideoStreamPoolsRequest- AConsumerthat will call methods onListMediaPipelineKinesisVideoStreamPoolsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelines
default ListMediaPipelinesResponse listMediaPipelines(ListMediaPipelinesRequest listMediaPipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Returns a list of media pipelines.
- Parameters:
listMediaPipelinesRequest-- Returns:
- Result of the ListMediaPipelines operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelines
default ListMediaPipelinesResponse listMediaPipelines(Consumer<ListMediaPipelinesRequest.Builder> listMediaPipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Returns a list of media pipelines.
This is a convenience which creates an instance of the
ListMediaPipelinesRequest.Builderavoiding the need to create one manually viaListMediaPipelinesRequest.builder()- Parameters:
listMediaPipelinesRequest- AConsumerthat will call methods onListMediaPipelinesRequest.Builderto create a request.- Returns:
- Result of the ListMediaPipelines operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelinesPaginator
default ListMediaPipelinesIterable listMediaPipelinesPaginator(ListMediaPipelinesRequest listMediaPipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesIterable responses = client.listMediaPipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesIterable responses = client .listMediaPipelinesPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesIterable responses = client.listMediaPipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest)operation.- Parameters:
listMediaPipelinesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMediaPipelinesPaginator
default ListMediaPipelinesIterable listMediaPipelinesPaginator(Consumer<ListMediaPipelinesRequest.Builder> listMediaPipelinesRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ResourceLimitExceededException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
This is a variant of
listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesIterable responses = client.listMediaPipelinesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesIterable responses = client .listMediaPipelinesPaginator(request); for (software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.chimesdkmediapipelines.paginators.ListMediaPipelinesIterable responses = client.listMediaPipelinesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMediaPipelines(software.amazon.awssdk.services.chimesdkmediapipelines.model.ListMediaPipelinesRequest)operation.
This is a convenience which creates an instance of the
ListMediaPipelinesRequest.Builderavoiding the need to create one manually viaListMediaPipelinesRequest.builder()- Parameters:
listMediaPipelinesRequest- AConsumerthat will call methods onListMediaPipelinesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws NotFoundException, BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Lists the tags available for a media pipeline.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws NotFoundException, BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Lists the tags available for a media pipeline.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
startSpeakerSearchTask
default StartSpeakerSearchTaskResponse startSpeakerSearchTask(StartSpeakerSearchTaskRequest startSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
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:
- Result of the StartSpeakerSearchTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
startSpeakerSearchTask
default StartSpeakerSearchTaskResponse startSpeakerSearchTask(Consumer<StartSpeakerSearchTaskRequest.Builder> startSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
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.Builderavoiding the need to create one manually viaStartSpeakerSearchTaskRequest.builder()- Parameters:
startSpeakerSearchTaskRequest- AConsumerthat will call methods onStartSpeakerSearchTaskRequest.Builderto create a request.- Returns:
- Result of the StartSpeakerSearchTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
startVoiceToneAnalysisTask
default StartVoiceToneAnalysisTaskResponse startVoiceToneAnalysisTask(StartVoiceToneAnalysisTaskRequest startVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
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:
- Result of the StartVoiceToneAnalysisTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
startVoiceToneAnalysisTask
default StartVoiceToneAnalysisTaskResponse startVoiceToneAnalysisTask(Consumer<StartVoiceToneAnalysisTaskRequest.Builder> startVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
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.Builderavoiding the need to create one manually viaStartVoiceToneAnalysisTaskRequest.builder()- Parameters:
startVoiceToneAnalysisTaskRequest- AConsumerthat will call methods onStartVoiceToneAnalysisTaskRequest.Builderto create a request.- Returns:
- Result of the StartVoiceToneAnalysisTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
stopSpeakerSearchTask
default StopSpeakerSearchTaskResponse stopSpeakerSearchTask(StopSpeakerSearchTaskRequest stopSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Stops a speaker search task.
- Parameters:
stopSpeakerSearchTaskRequest-- Returns:
- Result of the StopSpeakerSearchTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
stopSpeakerSearchTask
default StopSpeakerSearchTaskResponse stopSpeakerSearchTask(Consumer<StopSpeakerSearchTaskRequest.Builder> stopSpeakerSearchTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Stops a speaker search task.
This is a convenience which creates an instance of the
StopSpeakerSearchTaskRequest.Builderavoiding the need to create one manually viaStopSpeakerSearchTaskRequest.builder()- Parameters:
stopSpeakerSearchTaskRequest- AConsumerthat will call methods onStopSpeakerSearchTaskRequest.Builderto create a request.- Returns:
- Result of the StopSpeakerSearchTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
stopVoiceToneAnalysisTask
default StopVoiceToneAnalysisTaskResponse stopVoiceToneAnalysisTask(StopVoiceToneAnalysisTaskRequest stopVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Stops a voice tone analysis task.
- Parameters:
stopVoiceToneAnalysisTaskRequest-- Returns:
- Result of the StopVoiceToneAnalysisTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
stopVoiceToneAnalysisTask
default StopVoiceToneAnalysisTaskResponse stopVoiceToneAnalysisTask(Consumer<StopVoiceToneAnalysisTaskRequest.Builder> stopVoiceToneAnalysisTaskRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Stops a voice tone analysis task.
This is a convenience which creates an instance of the
StopVoiceToneAnalysisTaskRequest.Builderavoiding the need to create one manually viaStopVoiceToneAnalysisTaskRequest.builder()- Parameters:
stopVoiceToneAnalysisTaskRequest- AConsumerthat will call methods onStopVoiceToneAnalysisTaskRequest.Builderto create a request.- Returns:
- Result of the StopVoiceToneAnalysisTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws NotFoundException, BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
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:
- Result of the TagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws NotFoundException, BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
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.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws NotFoundException, BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Removes any tags from a media pipeline.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws NotFoundException, BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Removes any tags from a media pipeline.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMediaInsightsPipelineConfiguration
default UpdateMediaInsightsPipelineConfigurationResponse updateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest updateMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Updates the media insights pipeline's configuration settings.
- Parameters:
updateMediaInsightsPipelineConfigurationRequest-- Returns:
- Result of the UpdateMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMediaInsightsPipelineConfiguration
default UpdateMediaInsightsPipelineConfigurationResponse updateMediaInsightsPipelineConfiguration(Consumer<UpdateMediaInsightsPipelineConfigurationRequest.Builder> updateMediaInsightsPipelineConfigurationRequest) throws BadRequestException, ForbiddenException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Updates the media insights pipeline's configuration settings.
This is a convenience which creates an instance of the
UpdateMediaInsightsPipelineConfigurationRequest.Builderavoiding the need to create one manually viaUpdateMediaInsightsPipelineConfigurationRequest.builder()- Parameters:
updateMediaInsightsPipelineConfigurationRequest- AConsumerthat will call methods onUpdateMediaInsightsPipelineConfigurationRequest.Builderto create a request.- Returns:
- Result of the UpdateMediaInsightsPipelineConfiguration operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMediaInsightsPipelineStatus
default UpdateMediaInsightsPipelineStatusResponse updateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest updateMediaInsightsPipelineStatusRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Updates the status of a media insights pipeline.
- Parameters:
updateMediaInsightsPipelineStatusRequest-- Returns:
- Result of the UpdateMediaInsightsPipelineStatus operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMediaInsightsPipelineStatus
default UpdateMediaInsightsPipelineStatusResponse updateMediaInsightsPipelineStatus(Consumer<UpdateMediaInsightsPipelineStatusRequest.Builder> updateMediaInsightsPipelineStatusRequest) throws BadRequestException, ForbiddenException, ConflictException, UnauthorizedClientException, ThrottledClientException, NotFoundException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Updates the status of a media insights pipeline.
This is a convenience which creates an instance of the
UpdateMediaInsightsPipelineStatusRequest.Builderavoiding the need to create one manually viaUpdateMediaInsightsPipelineStatusRequest.builder()- Parameters:
updateMediaInsightsPipelineStatusRequest- AConsumerthat will call methods onUpdateMediaInsightsPipelineStatusRequest.Builderto create a request.- Returns:
- Result of the UpdateMediaInsightsPipelineStatus operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMediaPipelineKinesisVideoStreamPool
default UpdateMediaPipelineKinesisVideoStreamPoolResponse updateMediaPipelineKinesisVideoStreamPool(UpdateMediaPipelineKinesisVideoStreamPoolRequest updateMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Updates an Kinesis video stream pool in a media pipeline.
- Parameters:
updateMediaPipelineKinesisVideoStreamPoolRequest-- Returns:
- Result of the UpdateMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMediaPipelineKinesisVideoStreamPool
default UpdateMediaPipelineKinesisVideoStreamPoolResponse updateMediaPipelineKinesisVideoStreamPool(Consumer<UpdateMediaPipelineKinesisVideoStreamPoolRequest.Builder> updateMediaPipelineKinesisVideoStreamPoolRequest) throws BadRequestException, ForbiddenException, NotFoundException, UnauthorizedClientException, ThrottledClientException, ConflictException, ServiceUnavailableException, ServiceFailureException, AwsServiceException, SdkClientException, ChimeSdkMediaPipelinesException
Updates an Kinesis video stream pool in a media pipeline.
This is a convenience which creates an instance of the
UpdateMediaPipelineKinesisVideoStreamPoolRequest.Builderavoiding the need to create one manually viaUpdateMediaPipelineKinesisVideoStreamPoolRequest.builder()- Parameters:
updateMediaPipelineKinesisVideoStreamPoolRequest- AConsumerthat will call methods onUpdateMediaPipelineKinesisVideoStreamPoolRequest.Builderto create a request.- Returns:
- Result of the UpdateMediaPipelineKinesisVideoStreamPool operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
create
static ChimeSdkMediaPipelinesClient create()
Create aChimeSdkMediaPipelinesClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static ChimeSdkMediaPipelinesClientBuilder builder()
Create a builder that can be used to configure and create aChimeSdkMediaPipelinesClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default ChimeSdkMediaPipelinesServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-