Uses of Class
software.amazon.awssdk.services.lightsail.model.SendContactMethodVerificationResponse
-
Packages that use SendContactMethodVerificationResponse 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 SendContactMethodVerificationResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return SendContactMethodVerificationResponse Modifier and Type Method Description default SendContactMethodVerificationResponseLightsailClient. sendContactMethodVerification(Consumer<SendContactMethodVerificationRequest.Builder> sendContactMethodVerificationRequest)Sends a verification request to an email contact method to ensure it's owned by the requester.default SendContactMethodVerificationResponseLightsailClient. sendContactMethodVerification(SendContactMethodVerificationRequest sendContactMethodVerificationRequest)Sends a verification request to an email contact method to ensure it's owned by the requester.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type SendContactMethodVerificationResponse Modifier and Type Method Description default CompletableFuture<SendContactMethodVerificationResponse>LightsailAsyncClient. sendContactMethodVerification(Consumer<SendContactMethodVerificationRequest.Builder> sendContactMethodVerificationRequest)Sends a verification request to an email contact method to ensure it's owned by the requester.default CompletableFuture<SendContactMethodVerificationResponse>LightsailAsyncClient. sendContactMethodVerification(SendContactMethodVerificationRequest sendContactMethodVerificationRequest)Sends a verification request to an email contact method to ensure it's owned by the requester.
-