Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.DeleteProfileResponse
-
Packages that use DeleteProfileResponse 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 DeleteProfileResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return DeleteProfileResponse Modifier and Type Method Description default DeleteProfileResponseRolesAnywhereClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes a profile.default DeleteProfileResponseRolesAnywhereClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes a profile.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type DeleteProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>RolesAnywhereAsyncClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes a profile.default CompletableFuture<DeleteProfileResponse>RolesAnywhereAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes a profile.
-