Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.GetPublicKeyResponse
-
Packages that use GetPublicKeyResponse 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. -
-
Uses of GetPublicKeyResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return GetPublicKeyResponse Modifier and Type Method Description default GetPublicKeyResponseIvsRealTimeClient. getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest)Gets information for the specified public key.default GetPublicKeyResponseIvsRealTimeClient. getPublicKey(GetPublicKeyRequest getPublicKeyRequest)Gets information for the specified public key.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type GetPublicKeyResponse Modifier and Type Method Description default CompletableFuture<GetPublicKeyResponse>IvsRealTimeAsyncClient. getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest)Gets information for the specified public key.default CompletableFuture<GetPublicKeyResponse>IvsRealTimeAsyncClient. getPublicKey(GetPublicKeyRequest getPublicKeyRequest)Gets information for the specified public key.
-