Uses of Class
software.amazon.awssdk.services.mediapackage.model.RotateIngestEndpointCredentialsRequest
-
Packages that use RotateIngestEndpointCredentialsRequest Package Description software.amazon.awssdk.services.mediapackage AWS Elemental MediaPackagesoftware.amazon.awssdk.services.mediapackage.transform -
-
Uses of RotateIngestEndpointCredentialsRequest in software.amazon.awssdk.services.mediapackage
Methods in software.amazon.awssdk.services.mediapackage with parameters of type RotateIngestEndpointCredentialsRequest Modifier and Type Method Description default CompletableFuture<RotateIngestEndpointCredentialsResponse>MediaPackageAsyncClient. rotateIngestEndpointCredentials(RotateIngestEndpointCredentialsRequest rotateIngestEndpointCredentialsRequest)Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.default RotateIngestEndpointCredentialsResponseMediaPackageClient. rotateIngestEndpointCredentials(RotateIngestEndpointCredentialsRequest rotateIngestEndpointCredentialsRequest)Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id. -
Uses of RotateIngestEndpointCredentialsRequest in software.amazon.awssdk.services.mediapackage.transform
Methods in software.amazon.awssdk.services.mediapackage.transform with parameters of type RotateIngestEndpointCredentialsRequest Modifier and Type Method Description SdkHttpFullRequestRotateIngestEndpointCredentialsRequestMarshaller. marshall(RotateIngestEndpointCredentialsRequest rotateIngestEndpointCredentialsRequest)
-