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