Uses of Class
software.amazon.awssdk.services.mediapackage.model.RotateIngestEndpointCredentialsResponse
-
Packages that use RotateIngestEndpointCredentialsResponse Package Description software.amazon.awssdk.services.mediapackage AWS Elemental MediaPackage -
-
Uses of RotateIngestEndpointCredentialsResponse in software.amazon.awssdk.services.mediapackage
Methods in software.amazon.awssdk.services.mediapackage that return RotateIngestEndpointCredentialsResponse Modifier and Type Method Description default RotateIngestEndpointCredentialsResponseMediaPackageClient. rotateIngestEndpointCredentials(Consumer<RotateIngestEndpointCredentialsRequest.Builder> 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.Methods in software.amazon.awssdk.services.mediapackage that return types with arguments of type RotateIngestEndpointCredentialsResponse Modifier and Type Method Description default CompletableFuture<RotateIngestEndpointCredentialsResponse>MediaPackageAsyncClient. rotateIngestEndpointCredentials(Consumer<RotateIngestEndpointCredentialsRequest.Builder> rotateIngestEndpointCredentialsRequest)Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.default CompletableFuture<RotateIngestEndpointCredentialsResponse>MediaPackageAsyncClient. rotateIngestEndpointCredentials(RotateIngestEndpointCredentialsRequest rotateIngestEndpointCredentialsRequest)Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
-