Uses of Interface
software.amazon.awssdk.services.vpclattice.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>VpcLatticeAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for the specified resource.default ListTagsForResourceResponseVpcLatticeClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for the specified resource. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.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) of the resource.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-