Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.GetCrlResponse
-
Packages that use GetCrlResponse 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. -
-
Uses of GetCrlResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return GetCrlResponse Modifier and Type Method Description default GetCrlResponseRolesAnywhereClient. getCrl(Consumer<GetCrlRequest.Builder> getCrlRequest)Gets a certificate revocation list (CRL).default GetCrlResponseRolesAnywhereClient. getCrl(GetCrlRequest getCrlRequest)Gets a certificate revocation list (CRL).Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type GetCrlResponse Modifier and Type Method Description default CompletableFuture<GetCrlResponse>RolesAnywhereAsyncClient. getCrl(Consumer<GetCrlRequest.Builder> getCrlRequest)Gets a certificate revocation list (CRL).default CompletableFuture<GetCrlResponse>RolesAnywhereAsyncClient. getCrl(GetCrlRequest getCrlRequest)Gets a certificate revocation list (CRL).
-