Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateContactMethodResponse
-
Packages that use CreateContactMethodResponse 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 CreateContactMethodResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateContactMethodResponse Modifier and Type Method Description default CreateContactMethodResponseLightsailClient. createContactMethod(Consumer<CreateContactMethodRequest.Builder> createContactMethodRequest)Creates an email or SMS text message contact method.default CreateContactMethodResponseLightsailClient. createContactMethod(CreateContactMethodRequest createContactMethodRequest)Creates an email or SMS text message contact method.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateContactMethodResponse Modifier and Type Method Description default CompletableFuture<CreateContactMethodResponse>LightsailAsyncClient. createContactMethod(Consumer<CreateContactMethodRequest.Builder> createContactMethodRequest)Creates an email or SMS text message contact method.default CompletableFuture<CreateContactMethodResponse>LightsailAsyncClient. createContactMethod(CreateContactMethodRequest createContactMethodRequest)Creates an email or SMS text message contact method.
-