Uses of Class
software.amazon.awssdk.services.ivs.model.CreateStreamKeyResponse
-
Packages that use CreateStreamKeyResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of CreateStreamKeyResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return CreateStreamKeyResponse Modifier and Type Method Description default CreateStreamKeyResponseIvsClient. createStreamKey(Consumer<CreateStreamKeyRequest.Builder> createStreamKeyRequest)Creates a stream key, used to initiate a stream, for the specified channel ARN.default CreateStreamKeyResponseIvsClient. createStreamKey(CreateStreamKeyRequest createStreamKeyRequest)Creates a stream key, used to initiate a stream, for the specified channel ARN.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type CreateStreamKeyResponse Modifier and Type Method Description default CompletableFuture<CreateStreamKeyResponse>IvsAsyncClient. createStreamKey(Consumer<CreateStreamKeyRequest.Builder> createStreamKeyRequest)Creates a stream key, used to initiate a stream, for the specified channel ARN.default CompletableFuture<CreateStreamKeyResponse>IvsAsyncClient. createStreamKey(CreateStreamKeyRequest createStreamKeyRequest)Creates a stream key, used to initiate a stream, for the specified channel ARN.
-