Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DisassociateCertificateResponse
-
Packages that use DisassociateCertificateResponse Package Description software.amazon.awssdk.services.mediaconvert AWS Elemental MediaConvert -
-
Uses of DisassociateCertificateResponse in software.amazon.awssdk.services.mediaconvert
Methods in software.amazon.awssdk.services.mediaconvert that return DisassociateCertificateResponse Modifier and Type Method Description default DisassociateCertificateResponse
MediaConvertClient. disassociateCertificate(Consumer<DisassociateCertificateRequest.Builder> disassociateCertificateRequest)
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.default DisassociateCertificateResponse
MediaConvertClient. disassociateCertificate(DisassociateCertificateRequest disassociateCertificateRequest)
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.Methods in software.amazon.awssdk.services.mediaconvert that return types with arguments of type DisassociateCertificateResponse Modifier and Type Method Description default CompletableFuture<DisassociateCertificateResponse>
MediaConvertAsyncClient. disassociateCertificate(Consumer<DisassociateCertificateRequest.Builder> disassociateCertificateRequest)
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.default CompletableFuture<DisassociateCertificateResponse>
MediaConvertAsyncClient. disassociateCertificate(DisassociateCertificateRequest disassociateCertificateRequest)
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
-