Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.UpdateProfileResponse
-
Packages that use UpdateProfileResponse 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 UpdateProfileResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return UpdateProfileResponse Modifier and Type Method Description default UpdateProfileResponseRolesAnywhereClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.default UpdateProfileResponseRolesAnywhereClient. updateProfile(UpdateProfileRequest updateProfileRequest)Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type UpdateProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateProfileResponse>RolesAnywhereAsyncClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.default CompletableFuture<UpdateProfileResponse>RolesAnywhereAsyncClient. updateProfile(UpdateProfileRequest updateProfileRequest)Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.
-