Uses of Interface
software.amazon.awssdk.services.lightsail.model.DetachStaticIpRequest.Builder
-
Packages that use DetachStaticIpRequest.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 DetachStaticIpRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type DetachStaticIpRequest.Builder Modifier and Type Method Description default CompletableFuture<DetachStaticIpResponse>LightsailAsyncClient. detachStaticIp(Consumer<DetachStaticIpRequest.Builder> detachStaticIpRequest)Detaches a static IP from the Amazon Lightsail instance to which it is attached.default DetachStaticIpResponseLightsailClient. detachStaticIp(Consumer<DetachStaticIpRequest.Builder> detachStaticIpRequest)Detaches a static IP from the Amazon Lightsail instance to which it is attached. -
Uses of DetachStaticIpRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DetachStaticIpRequest.Builder Modifier and Type Method Description static DetachStaticIpRequest.BuilderDetachStaticIpRequest. builder()DetachStaticIpRequest.BuilderDetachStaticIpRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetachStaticIpRequest.BuilderDetachStaticIpRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetachStaticIpRequest.BuilderDetachStaticIpRequest.Builder. staticIpName(String staticIpName)The name of the static IP to detach from the instance.DetachStaticIpRequest.BuilderDetachStaticIpRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DetachStaticIpRequest.Builder Modifier and Type Method Description static Class<? extends DetachStaticIpRequest.Builder>DetachStaticIpRequest. serializableBuilderClass()
-