Uses of Class
software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
Packages that use KeyspaceSummary Package Description software.amazon.awssdk.services.keyspaces.model software.amazon.awssdk.services.keyspaces.paginators -
-
Uses of KeyspaceSummary in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type KeyspaceSummary Modifier and Type Method Description List<KeyspaceSummary>ListKeyspacesResponse. keyspaces()A list of keyspaces.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type KeyspaceSummary Modifier and Type Method Description ListKeyspacesResponse.BuilderListKeyspacesResponse.Builder. keyspaces(KeyspaceSummary... keyspaces)A list of keyspaces.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type KeyspaceSummary Modifier and Type Method Description ListKeyspacesResponse.BuilderListKeyspacesResponse.Builder. keyspaces(Collection<KeyspaceSummary> keyspaces)A list of keyspaces. -
Uses of KeyspaceSummary in software.amazon.awssdk.services.keyspaces.paginators
Methods in software.amazon.awssdk.services.keyspaces.paginators that return types with arguments of type KeyspaceSummary Modifier and Type Method Description SdkIterable<KeyspaceSummary>ListKeyspacesIterable. keyspaces()Returns an iterable to iterate through the paginatedListKeyspacesResponse.keyspaces()member.SdkPublisher<KeyspaceSummary>ListKeyspacesPublisher. keyspaces()Returns a publisher that can be used to get a stream of data.
-