Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ContactChannel
-
Packages that use ContactChannel Package Description software.amazon.awssdk.services.ssmcontacts.model software.amazon.awssdk.services.ssmcontacts.paginators -
-
Uses of ContactChannel in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ContactChannel Modifier and Type Method Description List<ContactChannel>ListContactChannelsResponse. contactChannels()A list of contact channels related to the specified contact.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ContactChannel Modifier and Type Method Description ListContactChannelsResponse.BuilderListContactChannelsResponse.Builder. contactChannels(ContactChannel... contactChannels)A list of contact channels related to the specified contact.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type ContactChannel Modifier and Type Method Description ListContactChannelsResponse.BuilderListContactChannelsResponse.Builder. contactChannels(Collection<ContactChannel> contactChannels)A list of contact channels related to the specified contact. -
Uses of ContactChannel in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ContactChannel Modifier and Type Method Description SdkIterable<ContactChannel>ListContactChannelsIterable. contactChannels()Returns an iterable to iterate through the paginatedListContactChannelsResponse.contactChannels()member.SdkPublisher<ContactChannel>ListContactChannelsPublisher. contactChannels()Returns a publisher that can be used to get a stream of data.
-