Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.EnableProfileResponse
-
Packages that use EnableProfileResponse 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 EnableProfileResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return EnableProfileResponse Modifier and Type Method Description default EnableProfileResponseRolesAnywhereClient. enableProfile(Consumer<EnableProfileRequest.Builder> enableProfileRequest)Enables temporary credential requests for a profile.default EnableProfileResponseRolesAnywhereClient. enableProfile(EnableProfileRequest enableProfileRequest)Enables temporary credential requests for a profile.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type EnableProfileResponse Modifier and Type Method Description default CompletableFuture<EnableProfileResponse>RolesAnywhereAsyncClient. enableProfile(Consumer<EnableProfileRequest.Builder> enableProfileRequest)Enables temporary credential requests for a profile.default CompletableFuture<EnableProfileResponse>RolesAnywhereAsyncClient. enableProfile(EnableProfileRequest enableProfileRequest)Enables temporary credential requests for a profile.
-