Uses of Interface
software.amazon.awssdk.services.outposts.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.Builder
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>OutpostsAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from the specified resource.default UntagResourceResponseOutpostsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from the specified resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic UntagResourceRequest.BuilderUntagResourceRequest.builder()UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UntagResourceRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource.The tag keys.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) The tag keys.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()