| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
CrlDetail |
CrlDetail.clone() |
CrlDetail |
DisableCrlResult.getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
DeleteCrlResult.getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
UpdateCrlResult.getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
GetCrlResult.getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
ImportCrlResult.getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
EnableCrlResult.getCrl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
CrlDetail.withCreatedAt(Date createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
CrlDetail |
CrlDetail.withCrlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
|
CrlDetail |
CrlDetail.withCrlData(ByteBuffer crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
CrlDetail.withCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
|
CrlDetail |
CrlDetail.withEnabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CrlDetail |
CrlDetail.withName(String name)
The name of the certificate revocation list (CRL).
|
CrlDetail |
CrlDetail.withTrustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
CrlDetail |
CrlDetail.withUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CrlDetail> |
ListCrlsResult.getCrls()
A list of certificate revocation lists (CRL).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisableCrlResult.setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
void |
DeleteCrlResult.setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
void |
UpdateCrlResult.setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
void |
GetCrlResult.setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
void |
ImportCrlResult.setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
void |
EnableCrlResult.setCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
DisableCrlResult |
DisableCrlResult.withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
DeleteCrlResult |
DeleteCrlResult.withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
UpdateCrlResult |
UpdateCrlResult.withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
GetCrlResult |
GetCrlResult.withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
ImportCrlResult |
ImportCrlResult.withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
EnableCrlResult |
EnableCrlResult.withCrl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
ListCrlsResult |
ListCrlsResult.withCrls(CrlDetail... crls)
A list of certificate revocation lists (CRL).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCrlsResult.setCrls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResult |
ListCrlsResult.withCrls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
|
Copyright © 2022. All rights reserved.