Uses of Interface
software.amazon.awssdk.services.lightsail.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications.software.amazon.awssdk.services.lightsail.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LightsailAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.default UntagResourceResponseLightsailClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.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 from which you want to remove a tag.UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceName(String resourceName)The name of the resource from which you are removing a tag.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The tag keys to delete from the specified resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The tag keys to delete from the specified resource.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-