Uses of Class
software.amazon.awssdk.services.lightsail.model.GetActiveNamesResponse
-
Packages that use GetActiveNamesResponse 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 GetActiveNamesResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetActiveNamesResponse Modifier and Type Method Description default GetActiveNamesResponseLightsailClient. getActiveNames()Returns the names of all active (not deleted) resources.default GetActiveNamesResponseLightsailClient. getActiveNames(Consumer<GetActiveNamesRequest.Builder> getActiveNamesRequest)Returns the names of all active (not deleted) resources.default GetActiveNamesResponseLightsailClient. getActiveNames(GetActiveNamesRequest getActiveNamesRequest)Returns the names of all active (not deleted) resources.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetActiveNamesResponse Modifier and Type Method Description default CompletableFuture<GetActiveNamesResponse>LightsailAsyncClient. getActiveNames()Returns the names of all active (not deleted) resources.default CompletableFuture<GetActiveNamesResponse>LightsailAsyncClient. getActiveNames(Consumer<GetActiveNamesRequest.Builder> getActiveNamesRequest)Returns the names of all active (not deleted) resources.default CompletableFuture<GetActiveNamesResponse>LightsailAsyncClient. getActiveNames(GetActiveNamesRequest getActiveNamesRequest)Returns the names of all active (not deleted) resources.
-