Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ImportCrlResponse
-
Packages that use ImportCrlResponse 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 ImportCrlResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ImportCrlResponse Modifier and Type Method Description default ImportCrlResponse
RolesAnywhereClient. importCrl(Consumer<ImportCrlRequest.Builder> importCrlRequest)
Imports the certificate revocation list (CRL).default ImportCrlResponse
RolesAnywhereClient. importCrl(ImportCrlRequest importCrlRequest)
Imports the certificate revocation list (CRL).Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type ImportCrlResponse Modifier and Type Method Description default CompletableFuture<ImportCrlResponse>
RolesAnywhereAsyncClient. importCrl(Consumer<ImportCrlRequest.Builder> importCrlRequest)
Imports the certificate revocation list (CRL).default CompletableFuture<ImportCrlResponse>
RolesAnywhereAsyncClient. importCrl(ImportCrlRequest importCrlRequest)
Imports the certificate revocation list (CRL).
-