Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListGlobalTablesRequest.Builder
Packages that use ListGlobalTablesRequest.Builder
Package
Description
-
Uses of ListGlobalTablesRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ListGlobalTablesRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region.default ListGlobalTablesResponseDynamoDbClient.listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region. -
Uses of ListGlobalTablesRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListGlobalTablesRequest.BuilderModifier and TypeMethodDescriptionListGlobalTablesRequest.builder()ListGlobalTablesRequest.Builder.exclusiveStartGlobalTableName(String exclusiveStartGlobalTableName) The first global table name that this operation will evaluate.The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.ListGlobalTablesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListGlobalTablesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListGlobalTablesRequest.Builder.regionName(String regionName) Lists the global tables in a specific Region.ListGlobalTablesRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListGlobalTablesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListGlobalTablesRequest.Builder>ListGlobalTablesRequest.serializableBuilderClass()