Uses of Class
software.amazon.awssdk.services.keyspaces.model.ListTypesRequest
-
Packages that use ListTypesRequest Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service.software.amazon.awssdk.services.keyspaces.paginators software.amazon.awssdk.services.keyspaces.transform -
-
Uses of ListTypesRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type ListTypesRequest Modifier and Type Method Description default CompletableFuture<ListTypesResponse>KeyspacesAsyncClient. listTypes(ListTypesRequest listTypesRequest)TheListTypesoperation returns a list of types for a specified keyspace.default ListTypesResponseKeyspacesClient. listTypes(ListTypesRequest listTypesRequest)TheListTypesoperation returns a list of types for a specified keyspace.default ListTypesPublisherKeyspacesAsyncClient. listTypesPaginator(ListTypesRequest listTypesRequest)This is a variant ofKeyspacesAsyncClient.listTypes(software.amazon.awssdk.services.keyspaces.model.ListTypesRequest)operation.default ListTypesIterableKeyspacesClient. listTypesPaginator(ListTypesRequest listTypesRequest)This is a variant ofKeyspacesClient.listTypes(software.amazon.awssdk.services.keyspaces.model.ListTypesRequest)operation. -
Uses of ListTypesRequest in software.amazon.awssdk.services.keyspaces.paginators
Constructors in software.amazon.awssdk.services.keyspaces.paginators with parameters of type ListTypesRequest Constructor Description ListTypesIterable(KeyspacesClient client, ListTypesRequest firstRequest)ListTypesPublisher(KeyspacesAsyncClient client, ListTypesRequest firstRequest) -
Uses of ListTypesRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type ListTypesRequest Modifier and Type Method Description SdkHttpFullRequestListTypesRequestMarshaller. marshall(ListTypesRequest listTypesRequest)
-