Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.UpdateCrlResponse
-
Packages that use UpdateCrlResponse 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 UpdateCrlResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return UpdateCrlResponse Modifier and Type Method Description default UpdateCrlResponseRolesAnywhereClient. updateCrl(Consumer<UpdateCrlRequest.Builder> updateCrlRequest)Updates the certificate revocation list (CRL).default UpdateCrlResponseRolesAnywhereClient. updateCrl(UpdateCrlRequest updateCrlRequest)Updates the certificate revocation list (CRL).Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type UpdateCrlResponse Modifier and Type Method Description default CompletableFuture<UpdateCrlResponse>RolesAnywhereAsyncClient. updateCrl(Consumer<UpdateCrlRequest.Builder> updateCrlRequest)Updates the certificate revocation list (CRL).default CompletableFuture<UpdateCrlResponse>RolesAnywhereAsyncClient. updateCrl(UpdateCrlRequest updateCrlRequest)Updates the certificate revocation list (CRL).
-