Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.lookoutequipment Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance.software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.lookoutequipment
Method parameters in software.amazon.awssdk.services.lookoutequipment with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LookoutEquipmentAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a specific tag from a given resource.default UntagResourceResponseLookoutEquipmentClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a specific tag from a given resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.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 to which the tag is currently associated.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)Specifies the key of the tag to be removed from a specified resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)Specifies the key of the tag to be removed from a specified resource.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-