Uses of Class
software.amazon.awssdk.services.lightsail.model.GetContactMethodsResponse
-
Packages that use GetContactMethodsResponse 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 GetContactMethodsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetContactMethodsResponse Modifier and Type Method Description default GetContactMethodsResponseLightsailClient. getContactMethods(Consumer<GetContactMethodsRequest.Builder> getContactMethodsRequest)Returns information about the configured contact methods.default GetContactMethodsResponseLightsailClient. getContactMethods(GetContactMethodsRequest getContactMethodsRequest)Returns information about the configured contact methods.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetContactMethodsResponse Modifier and Type Method Description default CompletableFuture<GetContactMethodsResponse>LightsailAsyncClient. getContactMethods(Consumer<GetContactMethodsRequest.Builder> getContactMethodsRequest)Returns information about the configured contact methods.default CompletableFuture<GetContactMethodsResponse>LightsailAsyncClient. getContactMethods(GetContactMethodsRequest getContactMethodsRequest)Returns information about the configured contact methods.
-