Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controllersoftware.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig
Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig with type arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Route53RecoveryControlConfigAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for a resource.default ListTagsForResourceResponseRoute53RecoveryControlConfigClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for a resource. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.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) for the resource that's tagged.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-