Uses of Interface
software.amazon.awssdk.services.databasemigration.model.RefreshSchemasRequest.Builder
Packages that use RefreshSchemasRequest.Builder
Package
Description
-
Uses of RefreshSchemasRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type RefreshSchemasRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RefreshSchemasResponse>DatabaseMigrationAsyncClient.refreshSchemas(Consumer<RefreshSchemasRequest.Builder> refreshSchemasRequest) Populates the schema for the specified endpoint.default RefreshSchemasResponseDatabaseMigrationClient.refreshSchemas(Consumer<RefreshSchemasRequest.Builder> refreshSchemasRequest) Populates the schema for the specified endpoint. -
Uses of RefreshSchemasRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RefreshSchemasRequest.BuilderModifier and TypeMethodDescriptionRefreshSchemasRequest.builder()RefreshSchemasRequest.Builder.endpointArn(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RefreshSchemasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RefreshSchemasRequest.Builder.replicationInstanceArn(String replicationInstanceArn) The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasRequest.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type RefreshSchemasRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RefreshSchemasRequest.Builder>RefreshSchemasRequest.serializableBuilderClass()