| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager |
|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RequestCertificateResult> |
AWSCertificateManagerAsync.requestCertificateAsync(RequestCertificateRequest requestCertificateRequest,
AsyncHandler<RequestCertificateRequest,RequestCertificateResult> asyncHandler)
Requests an ACM certificate for use with other Amazon Web Services services.
|
Future<RequestCertificateResult> |
AWSCertificateManagerAsyncClient.requestCertificateAsync(RequestCertificateRequest request,
AsyncHandler<RequestCertificateRequest,RequestCertificateResult> asyncHandler) |
Future<RequestCertificateResult> |
AbstractAWSCertificateManagerAsync.requestCertificateAsync(RequestCertificateRequest request,
AsyncHandler<RequestCertificateRequest,RequestCertificateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RequestCertificateRequest |
RequestCertificateRequest.clone() |
RequestCertificateRequest |
RequestCertificateRequest.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the
certificate.
|
RequestCertificateRequest |
RequestCertificateRequest.withDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate.
|
RequestCertificateRequest |
RequestCertificateRequest.withDomainValidationOptions(Collection<DomainValidationOption> domainValidationOptions)
The domain name that you want ACM to use to send you emails so that you can validate domain ownership.
|
RequestCertificateRequest |
RequestCertificateRequest.withDomainValidationOptions(DomainValidationOption... domainValidationOptions)
The domain name that you want ACM to use to send you emails so that you can validate domain ownership.
|
RequestCertificateRequest |
RequestCertificateRequest.withIdempotencyToken(String idempotencyToken)
Customer chosen string that can be used to distinguish between calls to
RequestCertificate. |
RequestCertificateRequest |
RequestCertificateRequest.withOptions(CertificateOptions options)
Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency
log.
|
RequestCertificateRequest |
RequestCertificateRequest.withSubjectAlternativeNames(Collection<String> subjectAlternativeNames)
Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.
|
RequestCertificateRequest |
RequestCertificateRequest.withSubjectAlternativeNames(String... subjectAlternativeNames)
Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.
|
RequestCertificateRequest |
RequestCertificateRequest.withTags(Collection<Tag> tags)
One or more resource tags to associate with the certificate.
|
RequestCertificateRequest |
RequestCertificateRequest.withTags(Tag... tags)
One or more resource tags to associate with the certificate.
|
RequestCertificateRequest |
RequestCertificateRequest.withValidationMethod(String validationMethod)
The method you want to use if you are requesting a public certificate to validate that you own or control domain.
|
RequestCertificateRequest |
RequestCertificateRequest.withValidationMethod(ValidationMethod validationMethod)
The method you want to use if you are requesting a public certificate to validate that you own or control domain.
|
Copyright © 2021. All rights reserved.