Uses of Class
software.amazon.awssdk.services.lightsail.model.SetIpAddressTypeResponse
-
Packages that use SetIpAddressTypeResponse 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. -
-
Uses of SetIpAddressTypeResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return SetIpAddressTypeResponse Modifier and Type Method Description default SetIpAddressTypeResponseLightsailClient. setIpAddressType(Consumer<SetIpAddressTypeRequest.Builder> setIpAddressTypeRequest)Sets the IP address type for an Amazon Lightsail resource.default SetIpAddressTypeResponseLightsailClient. setIpAddressType(SetIpAddressTypeRequest setIpAddressTypeRequest)Sets the IP address type for an Amazon Lightsail resource.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type SetIpAddressTypeResponse Modifier and Type Method Description default CompletableFuture<SetIpAddressTypeResponse>LightsailAsyncClient. setIpAddressType(Consumer<SetIpAddressTypeRequest.Builder> setIpAddressTypeRequest)Sets the IP address type for an Amazon Lightsail resource.default CompletableFuture<SetIpAddressTypeResponse>LightsailAsyncClient. setIpAddressType(SetIpAddressTypeRequest setIpAddressTypeRequest)Sets the IP address type for an Amazon Lightsail resource.
-