Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListStorageConfigurationsRequest
-
Packages that use ListStorageConfigurationsRequest Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.paginators software.amazon.awssdk.services.ivsrealtime.transform -
-
Uses of ListStorageConfigurationsRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type ListStorageConfigurationsRequest Modifier and Type Method Description default CompletableFuture<ListStorageConfigurationsResponse>IvsRealTimeAsyncClient. listStorageConfigurations(ListStorageConfigurationsRequest listStorageConfigurationsRequest)Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.default ListStorageConfigurationsResponseIvsRealTimeClient. listStorageConfigurations(ListStorageConfigurationsRequest listStorageConfigurationsRequest)Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.default ListStorageConfigurationsPublisherIvsRealTimeAsyncClient. listStorageConfigurationsPaginator(ListStorageConfigurationsRequest listStorageConfigurationsRequest)default ListStorageConfigurationsIterableIvsRealTimeClient. listStorageConfigurationsPaginator(ListStorageConfigurationsRequest listStorageConfigurationsRequest)This is a variant ofIvsRealTimeClient.listStorageConfigurations(software.amazon.awssdk.services.ivsrealtime.model.ListStorageConfigurationsRequest)operation. -
Uses of ListStorageConfigurationsRequest in software.amazon.awssdk.services.ivsrealtime.paginators
Constructors in software.amazon.awssdk.services.ivsrealtime.paginators with parameters of type ListStorageConfigurationsRequest Constructor Description ListStorageConfigurationsIterable(IvsRealTimeClient client, ListStorageConfigurationsRequest firstRequest)ListStorageConfigurationsPublisher(IvsRealTimeAsyncClient client, ListStorageConfigurationsRequest firstRequest) -
Uses of ListStorageConfigurationsRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type ListStorageConfigurationsRequest Modifier and Type Method Description SdkHttpFullRequestListStorageConfigurationsRequestMarshaller. marshall(ListStorageConfigurationsRequest listStorageConfigurationsRequest)
-