Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ListSipMediaApplicationsResponse
-
Packages that use ListSipMediaApplicationsResponse Package Description software.amazon.awssdk.services.chimesdkvoice The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications.software.amazon.awssdk.services.chimesdkvoice.paginators -
-
Uses of ListSipMediaApplicationsResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return ListSipMediaApplicationsResponse Modifier and Type Method Description default ListSipMediaApplicationsResponseChimeSdkVoiceClient. listSipMediaApplications(Consumer<ListSipMediaApplicationsRequest.Builder> listSipMediaApplicationsRequest)Lists the SIP media applications under the administrator's AWS account.default ListSipMediaApplicationsResponseChimeSdkVoiceClient. listSipMediaApplications(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest)Lists the SIP media applications under the administrator's AWS account.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type ListSipMediaApplicationsResponse Modifier and Type Method Description default CompletableFuture<ListSipMediaApplicationsResponse>ChimeSdkVoiceAsyncClient. listSipMediaApplications(Consumer<ListSipMediaApplicationsRequest.Builder> listSipMediaApplicationsRequest)Lists the SIP media applications under the administrator's AWS account.default CompletableFuture<ListSipMediaApplicationsResponse>ChimeSdkVoiceAsyncClient. listSipMediaApplications(ListSipMediaApplicationsRequest listSipMediaApplicationsRequest)Lists the SIP media applications under the administrator's AWS account. -
Uses of ListSipMediaApplicationsResponse in software.amazon.awssdk.services.chimesdkvoice.paginators
Methods in software.amazon.awssdk.services.chimesdkvoice.paginators that return types with arguments of type ListSipMediaApplicationsResponse Modifier and Type Method Description Iterator<ListSipMediaApplicationsResponse>ListSipMediaApplicationsIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkvoice.paginators with type arguments of type ListSipMediaApplicationsResponse Modifier and Type Method Description voidListSipMediaApplicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSipMediaApplicationsResponse> subscriber)
-