Uses of Class
software.amazon.awssdk.services.ivs.model.GetStreamKeyResponse
-
Packages that use GetStreamKeyResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of GetStreamKeyResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return GetStreamKeyResponse Modifier and Type Method Description default GetStreamKeyResponseIvsClient. getStreamKey(Consumer<GetStreamKeyRequest.Builder> getStreamKeyRequest)Gets stream-key information for a specified ARN.default GetStreamKeyResponseIvsClient. getStreamKey(GetStreamKeyRequest getStreamKeyRequest)Gets stream-key information for a specified ARN.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type GetStreamKeyResponse Modifier and Type Method Description default CompletableFuture<GetStreamKeyResponse>IvsAsyncClient. getStreamKey(Consumer<GetStreamKeyRequest.Builder> getStreamKeyRequest)Gets stream-key information for a specified ARN.default CompletableFuture<GetStreamKeyResponse>IvsAsyncClient. getStreamKey(GetStreamKeyRequest getStreamKeyRequest)Gets stream-key information for a specified ARN.
-