Uses of Interface
software.amazon.awssdk.services.lightsail.model.GetStaticIpsRequest.Builder
-
Packages that use GetStaticIpsRequest.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 GetStaticIpsRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type GetStaticIpsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetStaticIpsResponse>LightsailAsyncClient. getStaticIps(Consumer<GetStaticIpsRequest.Builder> getStaticIpsRequest)Returns information about all static IPs in the user's account.default GetStaticIpsResponseLightsailClient. getStaticIps(Consumer<GetStaticIpsRequest.Builder> getStaticIpsRequest)Returns information about all static IPs in the user's account. -
Uses of GetStaticIpsRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return GetStaticIpsRequest.Builder Modifier and Type Method Description static GetStaticIpsRequest.BuilderGetStaticIpsRequest. builder()GetStaticIpsRequest.BuilderGetStaticIpsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetStaticIpsRequest.BuilderGetStaticIpsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetStaticIpsRequest.BuilderGetStaticIpsRequest.Builder. pageToken(String pageToken)The token to advance to the next page of results from your request.GetStaticIpsRequest.BuilderGetStaticIpsRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type GetStaticIpsRequest.Builder Modifier and Type Method Description static Class<? extends GetStaticIpsRequest.Builder>GetStaticIpsRequest. serializableBuilderClass()
-