Uses of Class
software.amazon.awssdk.services.keyspaces.model.KeyspacesRequest
-
Packages that use KeyspacesRequest Package Description software.amazon.awssdk.services.keyspaces.internal software.amazon.awssdk.services.keyspaces.model -
-
Uses of KeyspacesRequest in software.amazon.awssdk.services.keyspaces.internal
Methods in software.amazon.awssdk.services.keyspaces.internal with type parameters of type KeyspacesRequest Modifier and Type Method Description static <T extends KeyspacesRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends KeyspacesRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of KeyspacesRequest in software.amazon.awssdk.services.keyspaces.model
Subclasses of KeyspacesRequest in software.amazon.awssdk.services.keyspaces.model Modifier and Type Class Description classCreateKeyspaceRequestclassCreateTableRequestclassDeleteKeyspaceRequestclassDeleteTableRequestclassGetKeyspaceRequestclassGetTableRequestclassListKeyspacesRequestclassListTablesRequestclassListTagsForResourceRequestclassRestoreTableRequestclassTagResourceRequestclassUntagResourceRequestclassUpdateTableRequestMethods in software.amazon.awssdk.services.keyspaces.model that return KeyspacesRequest Modifier and Type Method Description KeyspacesRequestKeyspacesRequest.Builder. build()Constructors in software.amazon.awssdk.services.keyspaces.model with parameters of type KeyspacesRequest Constructor Description BuilderImpl(KeyspacesRequest request)
-