Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Contact
-
Packages that use Contact Package Description software.amazon.awssdk.services.ssmcontacts.model software.amazon.awssdk.services.ssmcontacts.paginators -
-
Uses of Contact in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Contact Modifier and Type Method Description List<Contact>ListContactsResponse. contacts()A list of the contacts and escalation plans in your Incident Manager account.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Contact Modifier and Type Method Description ListContactsResponse.BuilderListContactsResponse.Builder. contacts(Contact... contacts)A list of the contacts and escalation plans in your Incident Manager account.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Contact Modifier and Type Method Description ListContactsResponse.BuilderListContactsResponse.Builder. contacts(Collection<Contact> contacts)A list of the contacts and escalation plans in your Incident Manager account. -
Uses of Contact in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type Contact Modifier and Type Method Description SdkIterable<Contact>ListContactsIterable. contacts()Returns an iterable to iterate through the paginatedListContactsResponse.contacts()member.SdkPublisher<Contact>ListContactsPublisher. contacts()Returns a publisher that can be used to get a stream of data.
-