Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListGlobalTablesRequest.Builder
-
Packages that use ListGlobalTablesRequest.Builder Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.model -
-
Uses of ListGlobalTablesRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ListGlobalTablesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGlobalTablesResponse>DynamoDbAsyncClient. 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.Builder Modifier and Type Method Description static ListGlobalTablesRequest.BuilderListGlobalTablesRequest. builder()ListGlobalTablesRequest.BuilderListGlobalTablesRequest.Builder. exclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)The first global table name that this operation will evaluate.ListGlobalTablesRequest.BuilderListGlobalTablesRequest.Builder. limit(Integer limit)The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.ListGlobalTablesRequest.BuilderListGlobalTablesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGlobalTablesRequest.BuilderListGlobalTablesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGlobalTablesRequest.BuilderListGlobalTablesRequest.Builder. regionName(String regionName)Lists the global tables in a specific Region.ListGlobalTablesRequest.BuilderListGlobalTablesRequest. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListGlobalTablesRequest.Builder Modifier and Type Method Description static Class<? extends ListGlobalTablesRequest.Builder>ListGlobalTablesRequest. serializableBuilderClass()
-