Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.GetProfileResponse
-
Packages that use GetProfileResponse 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 GetProfileResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return GetProfileResponse Modifier and Type Method Description default GetProfileResponseRolesAnywhereClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Gets a profile.default GetProfileResponseRolesAnywhereClient. getProfile(GetProfileRequest getProfileRequest)Gets a profile.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type GetProfileResponse Modifier and Type Method Description default CompletableFuture<GetProfileResponse>RolesAnywhereAsyncClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Gets a profile.default CompletableFuture<GetProfileResponse>RolesAnywhereAsyncClient. getProfile(GetProfileRequest getProfileRequest)Gets a profile.
-