Uses of Interface
software.amazon.awssdk.services.pi.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.Builder
Package
Description
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.pi
Method parameters in software.amazon.awssdk.services.pi with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>PiAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Deletes the metadata tags from the Amazon RDS Performance Insights resource.default UntagResourceResponsePiClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Deletes the metadata tags from the Amazon RDS Performance Insights resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.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 RDS Performance Insights resource that the tags are added to.UntagResourceRequest.Builder.serviceType(String serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.UntagResourceRequest.Builder.serviceType(ServiceType serviceType) List the tags for the Amazon Web Services service for which Performance Insights returns metrics.The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()