Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>DatabaseMigrationAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and migration task.default ListTagsForResourceResponseDatabaseMigrationClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and migration task. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ListTagsForResourceRequest.Builder Modifier and Type Method Description static ListTagsForResourceRequest.BuilderListTagsForResourceRequest. builder()ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to list tags for.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceArnList(String... resourceArnList)List of ARNs that identify multiple DMS resources that you want to list tags for.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceArnList(Collection<String> resourceArnList)List of ARNs that identify multiple DMS resources that you want to list tags for.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-