| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default CreateRecordingConfigurationResponse |
IvsClient.createRecordingConfiguration(Consumer<CreateRecordingConfigurationRequest.Builder> createRecordingConfigurationRequest)
Creates a new recording configuration, used to enable recording to Amazon S3.
|
default CreateRecordingConfigurationResponse |
IvsClient.createRecordingConfiguration(CreateRecordingConfigurationRequest createRecordingConfigurationRequest)
Creates a new recording configuration, used to enable recording to Amazon S3.
|
default DeleteRecordingConfigurationResponse |
IvsClient.deleteRecordingConfiguration(Consumer<DeleteRecordingConfigurationRequest.Builder> deleteRecordingConfigurationRequest)
Deletes the recording configuration for the specified ARN.
|
default DeleteRecordingConfigurationResponse |
IvsClient.deleteRecordingConfiguration(DeleteRecordingConfigurationRequest deleteRecordingConfigurationRequest)
Deletes the recording configuration for the specified ARN.
|
default GetRecordingConfigurationResponse |
IvsClient.getRecordingConfiguration(Consumer<GetRecordingConfigurationRequest.Builder> getRecordingConfigurationRequest)
Gets the recording configuration for the specified ARN.
|
default GetRecordingConfigurationResponse |
IvsClient.getRecordingConfiguration(GetRecordingConfigurationRequest getRecordingConfigurationRequest)
Gets the recording configuration for the specified ARN.
|
default ListRecordingConfigurationsResponse |
IvsClient.listRecordingConfigurations(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListRecordingConfigurationsResponse |
IvsClient.listRecordingConfigurations(ListRecordingConfigurationsRequest listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListRecordingConfigurationsIterable |
IvsClient.listRecordingConfigurationsPaginator(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListRecordingConfigurationsIterable |
IvsClient.listRecordingConfigurationsPaginator(ListRecordingConfigurationsRequest listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListTagsForResourceResponse |
IvsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about Amazon Web Services tags for the specified ARN.
|
default ListTagsForResourceResponse |
IvsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about Amazon Web Services tags for the specified ARN.
|
default StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(Consumer<StartViewerSessionRevocationRequest.Builder> startViewerSessionRevocationRequest)
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
default StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest)
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
default TagResourceResponse |
IvsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates tags for the Amazon Web Services resource with the specified ARN.
|
default TagResourceResponse |
IvsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or updates tags for the Amazon Web Services resource with the specified ARN.
|
default UntagResourceResponse |
IvsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
default UntagResourceResponse |
IvsClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
Copyright © 2023. All rights reserved.