Uses of Interface
software.amazon.awssdk.services.lightsail.model.GetStaticIpResponse.Builder
-
Packages that use GetStaticIpResponse.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of GetStaticIpResponse.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return GetStaticIpResponse.Builder Modifier and Type Method Description static GetStaticIpResponse.BuilderGetStaticIpResponse. builder()default GetStaticIpResponse.BuilderGetStaticIpResponse.Builder. staticIp(Consumer<StaticIp.Builder> staticIp)An array of key-value pairs containing information about the requested static IP.GetStaticIpResponse.BuilderGetStaticIpResponse.Builder. staticIp(StaticIp staticIp)An array of key-value pairs containing information about the requested static IP.GetStaticIpResponse.BuilderGetStaticIpResponse. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type GetStaticIpResponse.Builder Modifier and Type Method Description static Class<? extends GetStaticIpResponse.Builder>GetStaticIpResponse. serializableBuilderClass()
-