| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model | |
| software.amazon.awssdk.services.rolesanywhere.paginators |
| Modifier and Type | Method and Description |
|---|---|
CrlDetail |
ImportCrlResponse.crl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
DeleteCrlResponse.crl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
GetCrlResponse.crl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
EnableCrlResponse.crl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
UpdateCrlResponse.crl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
DisableCrlResponse.crl()
The state of the certificate revocation list (CRL) after a read or write operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CrlDetail> |
ListCrlsResponse.crls()
A list of certificate revocation lists (CRL).
|
| Modifier and Type | Method and Description |
|---|---|
ImportCrlResponse.Builder |
ImportCrlResponse.Builder.crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
DeleteCrlResponse.Builder |
DeleteCrlResponse.Builder.crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
GetCrlResponse.Builder |
GetCrlResponse.Builder.crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
EnableCrlResponse.Builder |
EnableCrlResponse.Builder.crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
UpdateCrlResponse.Builder |
UpdateCrlResponse.Builder.crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
DisableCrlResponse.Builder |
DisableCrlResponse.Builder.crl(CrlDetail crl)
The state of the certificate revocation list (CRL) after a read or write operation.
|
ListCrlsResponse.Builder |
ListCrlsResponse.Builder.crls(CrlDetail... crls)
A list of certificate revocation lists (CRL).
|
| Modifier and Type | Method and Description |
|---|---|
ListCrlsResponse.Builder |
ListCrlsResponse.Builder.crls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CrlDetail> |
ListCrlsPublisher.crls()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CrlDetail> |
ListCrlsIterable.crls()
Returns an iterable to iterate through the paginated
ListCrlsResponse.crls() member. |
Copyright © 2023. All rights reserved.