Uses of Class
software.amazon.awssdk.services.ivs.model.DeleteStreamKeyResponse
-
Packages that use DeleteStreamKeyResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of DeleteStreamKeyResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return DeleteStreamKeyResponse Modifier and Type Method Description default DeleteStreamKeyResponseIvsClient. deleteStreamKey(Consumer<DeleteStreamKeyRequest.Builder> deleteStreamKeyRequest)Deletes the stream key for the specified ARN, so it can no longer be used to stream.default DeleteStreamKeyResponseIvsClient. deleteStreamKey(DeleteStreamKeyRequest deleteStreamKeyRequest)Deletes the stream key for the specified ARN, so it can no longer be used to stream.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type DeleteStreamKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteStreamKeyResponse>IvsAsyncClient. deleteStreamKey(Consumer<DeleteStreamKeyRequest.Builder> deleteStreamKeyRequest)Deletes the stream key for the specified ARN, so it can no longer be used to stream.default CompletableFuture<DeleteStreamKeyResponse>IvsAsyncClient. deleteStreamKey(DeleteStreamKeyRequest deleteStreamKeyRequest)Deletes the stream key for the specified ARN, so it can no longer be used to stream.
-