Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DescribeRegistrationAttachmentsResponse
-
Packages that use DescribeRegistrationAttachmentsResponse 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 DescribeRegistrationAttachmentsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DescribeRegistrationAttachmentsResponse Modifier and Type Method Description default DescribeRegistrationAttachmentsResponsePinpointSmsVoiceV2Client. describeRegistrationAttachments(Consumer<DescribeRegistrationAttachmentsRequest.Builder> describeRegistrationAttachmentsRequest)Retrieves the specified registration attachments or all registration attachments associated with your Amazon Web Services account.default DescribeRegistrationAttachmentsResponsePinpointSmsVoiceV2Client. describeRegistrationAttachments(DescribeRegistrationAttachmentsRequest describeRegistrationAttachmentsRequest)Retrieves the specified registration attachments or all registration attachments associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DescribeRegistrationAttachmentsResponse Modifier and Type Method Description default CompletableFuture<DescribeRegistrationAttachmentsResponse>PinpointSmsVoiceV2AsyncClient. describeRegistrationAttachments(Consumer<DescribeRegistrationAttachmentsRequest.Builder> describeRegistrationAttachmentsRequest)Retrieves the specified registration attachments or all registration attachments associated with your Amazon Web Services account.default CompletableFuture<DescribeRegistrationAttachmentsResponse>PinpointSmsVoiceV2AsyncClient. describeRegistrationAttachments(DescribeRegistrationAttachmentsRequest describeRegistrationAttachmentsRequest)Retrieves the specified registration attachments or all registration attachments associated with your Amazon Web Services account. -
Uses of DescribeRegistrationAttachmentsResponse in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type DescribeRegistrationAttachmentsResponse Modifier and Type Method Description Iterator<DescribeRegistrationAttachmentsResponse>DescribeRegistrationAttachmentsIterable. iterator()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators with type arguments of type DescribeRegistrationAttachmentsResponse Modifier and Type Method Description voidDescribeRegistrationAttachmentsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeRegistrationAttachmentsResponse> subscriber)
-