Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DescribeKeywordsResponse
-
Packages that use DescribeKeywordsResponse 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 DescribeKeywordsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DescribeKeywordsResponse Modifier and Type Method Description default DescribeKeywordsResponsePinpointSmsVoiceV2Client. describeKeywords(Consumer<DescribeKeywordsRequest.Builder> describeKeywordsRequest)Describes the specified keywords or all keywords on your origination phone number or pool.default DescribeKeywordsResponsePinpointSmsVoiceV2Client. describeKeywords(DescribeKeywordsRequest describeKeywordsRequest)Describes the specified keywords or all keywords on your origination phone number or pool.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DescribeKeywordsResponse Modifier and Type Method Description default CompletableFuture<DescribeKeywordsResponse>PinpointSmsVoiceV2AsyncClient. describeKeywords(Consumer<DescribeKeywordsRequest.Builder> describeKeywordsRequest)Describes the specified keywords or all keywords on your origination phone number or pool.default CompletableFuture<DescribeKeywordsResponse>PinpointSmsVoiceV2AsyncClient. describeKeywords(DescribeKeywordsRequest describeKeywordsRequest)Describes the specified keywords or all keywords on your origination phone number or pool. -
Uses of DescribeKeywordsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type DescribeKeywordsResponse Modifier and Type Method Description Iterator<DescribeKeywordsResponse>DescribeKeywordsIterable. iterator()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators with type arguments of type DescribeKeywordsResponse Modifier and Type Method Description voidDescribeKeywordsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeKeywordsResponse> subscriber)
-