Uses of Interface
software.amazon.awssdk.services.appfabric.model.TagResourceRequest.Builder
-
Packages that use TagResourceRequest.Builder Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.model -
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type TagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppFabricAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default TagResourceResponseAppFabricClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return TagResourceRequest.Builder Modifier and Type Method Description static TagResourceRequest.BuilderTagResourceRequest. builder()TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagResourceRequest.BuilderTagResourceRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource that you want to tag.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A map of the key-value pairs of the tag or tags to assign to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Consumer<Tag.Builder>... tags)A map of the key-value pairs of the tag or tags to assign to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A map of the key-value pairs of the tag or tags to assign to the resource.TagResourceRequest.BuilderTagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type TagResourceRequest.Builder Modifier and Type Method Description static Class<? extends TagResourceRequest.Builder>TagResourceRequest. serializableBuilderClass()
-