Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListPublicKeysResponse
-
Packages that use ListPublicKeysResponse Package Description software.amazon.awssdk.services.ivsrealtime The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses.software.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of ListPublicKeysResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListPublicKeysResponse Modifier and Type Method Description default ListPublicKeysResponseIvsRealTimeClient. listPublicKeys(Consumer<ListPublicKeysRequest.Builder> listPublicKeysRequest)Gets summary information about all public keys in your account, in the AWS region where the API request is processed.default ListPublicKeysResponseIvsRealTimeClient. listPublicKeys(ListPublicKeysRequest listPublicKeysRequest)Gets summary information about all public keys in your account, in the AWS region where the API request is processed.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type ListPublicKeysResponse Modifier and Type Method Description default CompletableFuture<ListPublicKeysResponse>IvsRealTimeAsyncClient. listPublicKeys(Consumer<ListPublicKeysRequest.Builder> listPublicKeysRequest)Gets summary information about all public keys in your account, in the AWS region where the API request is processed.default CompletableFuture<ListPublicKeysResponse>IvsRealTimeAsyncClient. listPublicKeys(ListPublicKeysRequest listPublicKeysRequest)Gets summary information about all public keys in your account, in the AWS region where the API request is processed. -
Uses of ListPublicKeysResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListPublicKeysResponse Modifier and Type Method Description Iterator<ListPublicKeysResponse>ListPublicKeysIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListPublicKeysResponse Modifier and Type Method Description voidListPublicKeysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPublicKeysResponse> subscriber)
-