| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
GeneralName |
GeneralName.clone() |
GeneralName |
AccessDescription.getAccessLocation()
The location of
AccessDescription information. |
GeneralName |
GeneralName.withDirectoryName(ASN1Subject directoryName) |
GeneralName |
GeneralName.withDnsName(String dnsName)
Represents
GeneralName as a DNS name. |
GeneralName |
GeneralName.withEdiPartyName(EdiPartyName ediPartyName)
Represents
GeneralName as an EdiPartyName object. |
GeneralName |
GeneralName.withIpAddress(String ipAddress)
Represents
GeneralName as an IPv4 or IPv6 address. |
GeneralName |
GeneralName.withOtherName(OtherName otherName)
Represents
GeneralName using an OtherName object. |
GeneralName |
GeneralName.withRegisteredId(String registeredId)
Represents
GeneralName as an object identifier (OID). |
GeneralName |
GeneralName.withRfc822Name(String rfc822Name)
Represents
GeneralName as an RFC 822 email address. |
GeneralName |
GeneralName.withUniformResourceIdentifier(String uniformResourceIdentifier)
Represents
GeneralName as a URI. |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessDescription.setAccessLocation(GeneralName accessLocation)
The location of
AccessDescription information. |
AccessDescription |
AccessDescription.withAccessLocation(GeneralName accessLocation)
The location of
AccessDescription information. |
Copyright © 2020. All rights reserved.