Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ListCrlsRequest
-
Packages that use ListCrlsRequest Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials.software.amazon.awssdk.services.rolesanywhere.paginators software.amazon.awssdk.services.rolesanywhere.transform -
-
Uses of ListCrlsRequest in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere with parameters of type ListCrlsRequest Modifier and Type Method Description default CompletableFuture<ListCrlsResponse>RolesAnywhereAsyncClient. listCrls(ListCrlsRequest listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.default ListCrlsResponseRolesAnywhereClient. listCrls(ListCrlsRequest listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.default ListCrlsPublisherRolesAnywhereAsyncClient. listCrlsPaginator(ListCrlsRequest listCrlsRequest)This is a variant ofRolesAnywhereAsyncClient.listCrls(software.amazon.awssdk.services.rolesanywhere.model.ListCrlsRequest)operation.default ListCrlsIterableRolesAnywhereClient. listCrlsPaginator(ListCrlsRequest listCrlsRequest)This is a variant ofRolesAnywhereClient.listCrls(software.amazon.awssdk.services.rolesanywhere.model.ListCrlsRequest)operation. -
Uses of ListCrlsRequest in software.amazon.awssdk.services.rolesanywhere.paginators
Constructors in software.amazon.awssdk.services.rolesanywhere.paginators with parameters of type ListCrlsRequest Constructor Description ListCrlsIterable(RolesAnywhereClient client, ListCrlsRequest firstRequest)ListCrlsPublisher(RolesAnywhereAsyncClient client, ListCrlsRequest firstRequest) -
Uses of ListCrlsRequest in software.amazon.awssdk.services.rolesanywhere.transform
Methods in software.amazon.awssdk.services.rolesanywhere.transform with parameters of type ListCrlsRequest Modifier and Type Method Description SdkHttpFullRequestListCrlsRequestMarshaller. marshall(ListCrlsRequest listCrlsRequest)
-