Uses of Class
software.amazon.awssdk.services.lightsail.model.ContactMethod
-
Packages that use ContactMethod Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ContactMethod in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ContactMethod Modifier and Type Method Description List<ContactMethod>GetContactMethodsResponse. contactMethods()An array of objects that describe the contact methods.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ContactMethod Modifier and Type Method Description GetContactMethodsResponse.BuilderGetContactMethodsResponse.Builder. contactMethods(ContactMethod... contactMethods)An array of objects that describe the contact methods.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type ContactMethod Modifier and Type Method Description GetContactMethodsResponse.BuilderGetContactMethodsResponse.Builder. contactMethods(Collection<ContactMethod> contactMethods)An array of objects that describe the contact methods.
-