Uses of Class
software.amazon.awssdk.services.lightsail.model.CloseInstancePublicPortsResponse
-
Packages that use CloseInstancePublicPortsResponse 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 CloseInstancePublicPortsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CloseInstancePublicPortsResponse Modifier and Type Method Description default CloseInstancePublicPortsResponseLightsailClient. closeInstancePublicPorts(Consumer<CloseInstancePublicPortsRequest.Builder> closeInstancePublicPortsRequest)Closes ports for a specific Amazon Lightsail instance.default CloseInstancePublicPortsResponseLightsailClient. closeInstancePublicPorts(CloseInstancePublicPortsRequest closeInstancePublicPortsRequest)Closes ports for a specific Amazon Lightsail instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CloseInstancePublicPortsResponse Modifier and Type Method Description default CompletableFuture<CloseInstancePublicPortsResponse>LightsailAsyncClient. closeInstancePublicPorts(Consumer<CloseInstancePublicPortsRequest.Builder> closeInstancePublicPortsRequest)Closes ports for a specific Amazon Lightsail instance.default CompletableFuture<CloseInstancePublicPortsResponse>LightsailAsyncClient. closeInstancePublicPorts(CloseInstancePublicPortsRequest closeInstancePublicPortsRequest)Closes ports for a specific Amazon Lightsail instance.
-