Uses of Interface
software.amazon.awssdk.services.s3control.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>S3ControlAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes the specified Amazon Web Services resource tags from an S3 resource.default UntagResourceResponseS3ControlClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes the specified Amazon Web Services resource tags from an S3 resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return UntagResourceRequest.Builder Modifier and Type Method Description UntagResourceRequest.BuilderUntagResourceRequest.Builder. accountId(String accountId)The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from.static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the S3 resource that you're trying to remove the tags from.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The array of tag key-value pairs that you're trying to remove from of the S3 resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The array of tag key-value pairs that you're trying to remove from of the S3 resource.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-