Uses of Interface
software.amazon.awssdk.services.pcaconnectorscep.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.pcaconnectorscep Connector for SCEP creates a connector between Amazon Web Services Private CA and your SCEP-enabled clients and devices.software.amazon.awssdk.services.pcaconnectorscep.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.pcaconnectorscep
Method parameters in software.amazon.awssdk.services.pcaconnectorscep with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PcaConnectorScepAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from your resource.default UntagResourceResponsePcaConnectorScepClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from your resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.pcaconnectorscep.model
Methods in software.amazon.awssdk.services.pcaconnectorscep.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. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)Specifies a list of tag keys that you want to remove from the specified resources.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)Specifies a list of tag keys that you want to remove from the specified resources.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-