Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.DeletePublicKeyResponse
-
Packages that use DeletePublicKeyResponse 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 DeletePublicKeyResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return DeletePublicKeyResponse Modifier and Type Method Description default DeletePublicKeyResponseIvsRealTimeClient. deletePublicKey(Consumer<DeletePublicKeyRequest.Builder> deletePublicKeyRequest)Deletes the specified public key used to sign stage participant tokens.default DeletePublicKeyResponseIvsRealTimeClient. deletePublicKey(DeletePublicKeyRequest deletePublicKeyRequest)Deletes the specified public key used to sign stage participant tokens.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type DeletePublicKeyResponse Modifier and Type Method Description default CompletableFuture<DeletePublicKeyResponse>IvsRealTimeAsyncClient. deletePublicKey(Consumer<DeletePublicKeyRequest.Builder> deletePublicKeyRequest)Deletes the specified public key used to sign stage participant tokens.default CompletableFuture<DeletePublicKeyResponse>IvsRealTimeAsyncClient. deletePublicKey(DeletePublicKeyRequest deletePublicKeyRequest)Deletes the specified public key used to sign stage participant tokens.
-