Uses of Interface
software.amazon.awssdk.services.lightsail.model.AllocateStaticIpRequest.Builder
-
Packages that use AllocateStaticIpRequest.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 AllocateStaticIpRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type AllocateStaticIpRequest.Builder Modifier and Type Method Description default CompletableFuture<AllocateStaticIpResponse>LightsailAsyncClient. allocateStaticIp(Consumer<AllocateStaticIpRequest.Builder> allocateStaticIpRequest)Allocates a static IP address.default AllocateStaticIpResponseLightsailClient. allocateStaticIp(Consumer<AllocateStaticIpRequest.Builder> allocateStaticIpRequest)Allocates a static IP address. -
Uses of AllocateStaticIpRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AllocateStaticIpRequest.Builder Modifier and Type Method Description static AllocateStaticIpRequest.BuilderAllocateStaticIpRequest. builder()AllocateStaticIpRequest.BuilderAllocateStaticIpRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AllocateStaticIpRequest.BuilderAllocateStaticIpRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AllocateStaticIpRequest.BuilderAllocateStaticIpRequest.Builder. staticIpName(String staticIpName)The name of the static IP address.AllocateStaticIpRequest.BuilderAllocateStaticIpRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AllocateStaticIpRequest.Builder Modifier and Type Method Description static Class<? extends AllocateStaticIpRequest.Builder>AllocateStaticIpRequest. serializableBuilderClass()
-