Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DescribePoolsResponse
-
Packages that use DescribePoolsResponse 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 DescribePoolsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DescribePoolsResponse Modifier and Type Method Description default DescribePoolsResponsePinpointSmsVoiceV2Client. describePools(Consumer<DescribePoolsRequest.Builder> describePoolsRequest)Retrieves the specified pools or all pools associated with your Amazon Web Services account.default DescribePoolsResponsePinpointSmsVoiceV2Client. describePools(DescribePoolsRequest describePoolsRequest)Retrieves the specified pools or all pools associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DescribePoolsResponse Modifier and Type Method Description default CompletableFuture<DescribePoolsResponse>PinpointSmsVoiceV2AsyncClient. describePools(Consumer<DescribePoolsRequest.Builder> describePoolsRequest)Retrieves the specified pools or all pools associated with your Amazon Web Services account.default CompletableFuture<DescribePoolsResponse>PinpointSmsVoiceV2AsyncClient. describePools(DescribePoolsRequest describePoolsRequest)Retrieves the specified pools or all pools associated with your Amazon Web Services account. -
Uses of DescribePoolsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type DescribePoolsResponse Modifier and Type Method Description Iterator<DescribePoolsResponse>DescribePoolsIterable. iterator()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators with type arguments of type DescribePoolsResponse Modifier and Type Method Description voidDescribePoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribePoolsResponse> subscriber)
-