Uses of Class
software.amazon.awssdk.services.ivs.model.StartViewerSessionRevocationRequest
-
Packages that use StartViewerSessionRevocationRequest Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.transform -
-
Uses of StartViewerSessionRevocationRequest in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs with parameters of type StartViewerSessionRevocationRequest Modifier and Type Method Description default CompletableFuture<StartViewerSessionRevocationResponse>IvsAsyncClient. startViewerSessionRevocation(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest)Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.default StartViewerSessionRevocationResponseIvsClient. startViewerSessionRevocation(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest)Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID. -
Uses of StartViewerSessionRevocationRequest in software.amazon.awssdk.services.ivs.transform
Methods in software.amazon.awssdk.services.ivs.transform with parameters of type StartViewerSessionRevocationRequest Modifier and Type Method Description SdkHttpFullRequestStartViewerSessionRevocationRequestMarshaller. marshall(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest)
-