Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DescribeSenderIdsResponse
-
Packages that use DescribeSenderIdsResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of DescribeSenderIdsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DescribeSenderIdsResponse Modifier and Type Method Description default DescribeSenderIdsResponsePinpointSmsVoiceV2Client. describeSenderIds(Consumer<DescribeSenderIdsRequest.Builder> describeSenderIdsRequest)Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account.default DescribeSenderIdsResponsePinpointSmsVoiceV2Client. describeSenderIds(DescribeSenderIdsRequest describeSenderIdsRequest)Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DescribeSenderIdsResponse Modifier and Type Method Description default CompletableFuture<DescribeSenderIdsResponse>PinpointSmsVoiceV2AsyncClient. describeSenderIds(Consumer<DescribeSenderIdsRequest.Builder> describeSenderIdsRequest)Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account.default CompletableFuture<DescribeSenderIdsResponse>PinpointSmsVoiceV2AsyncClient. describeSenderIds(DescribeSenderIdsRequest describeSenderIdsRequest)Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account. -
Uses of DescribeSenderIdsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type DescribeSenderIdsResponse Modifier and Type Method Description Iterator<DescribeSenderIdsResponse>DescribeSenderIdsIterable. iterator()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators with type arguments of type DescribeSenderIdsResponse Modifier and Type Method Description voidDescribeSenderIdsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSenderIdsResponse> subscriber)
-