Uses of Interface
software.amazon.awssdk.services.organizations.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OrganizationsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource.default UntagResourceResponseOrganizationsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return UntagResourceRequest.Builder Modifier and Type Method Description static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceId(String resourceId)The ID of the resource to remove a tag from.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The list of keys for tags to remove from the specified resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The list of keys for tags to remove from the specified resource.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-