Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SenderIdInformation
-
Packages that use SenderIdInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of SenderIdInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type SenderIdInformation Modifier and Type Method Description List<SenderIdInformation>DescribeSenderIdsResponse. senderIds()An array of SernderIdInformation objects that contain the details for the requested SenderIds.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type SenderIdInformation Modifier and Type Method Description DescribeSenderIdsResponse.BuilderDescribeSenderIdsResponse.Builder. senderIds(SenderIdInformation... senderIds)An array of SernderIdInformation objects that contain the details for the requested SenderIds.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type SenderIdInformation Modifier and Type Method Description DescribeSenderIdsResponse.BuilderDescribeSenderIdsResponse.Builder. senderIds(Collection<SenderIdInformation> senderIds)An array of SernderIdInformation objects that contain the details for the requested SenderIds. -
Uses of SenderIdInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type SenderIdInformation Modifier and Type Method Description SdkIterable<SenderIdInformation>DescribeSenderIdsIterable. senderIds()Returns an iterable to iterate through the paginatedDescribeSenderIdsResponse.senderIds()member.SdkPublisher<SenderIdInformation>DescribeSenderIdsPublisher. senderIds()Returns a publisher that can be used to get a stream of data.
-