Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.CreateOriginEndpointResponse
-
Packages that use CreateOriginEndpointResponse Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of CreateOriginEndpointResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return CreateOriginEndpointResponse Modifier and Type Method Description default CreateOriginEndpointResponseMediaPackageV2Client. createOriginEndpoint(Consumer<CreateOriginEndpointRequest.Builder> createOriginEndpointRequest)The endpoint is attached to a channel, and represents the output of the live content.default CreateOriginEndpointResponseMediaPackageV2Client. createOriginEndpoint(CreateOriginEndpointRequest createOriginEndpointRequest)The endpoint is attached to a channel, and represents the output of the live content.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type CreateOriginEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateOriginEndpointResponse>MediaPackageV2AsyncClient. createOriginEndpoint(Consumer<CreateOriginEndpointRequest.Builder> createOriginEndpointRequest)The endpoint is attached to a channel, and represents the output of the live content.default CompletableFuture<CreateOriginEndpointResponse>MediaPackageV2AsyncClient. createOriginEndpoint(CreateOriginEndpointRequest createOriginEndpointRequest)The endpoint is attached to a channel, and represents the output of the live content.
-