Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.CreateProfileRequest
-
Packages that use CreateProfileRequest 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.software.amazon.awssdk.services.rolesanywhere.transform -
-
Uses of CreateProfileRequest in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere with parameters of type CreateProfileRequest Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>RolesAnywhereAsyncClient. createProfile(CreateProfileRequest createProfileRequest)Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.default CreateProfileResponseRolesAnywhereClient. createProfile(CreateProfileRequest createProfileRequest)Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume. -
Uses of CreateProfileRequest in software.amazon.awssdk.services.rolesanywhere.transform
Methods in software.amazon.awssdk.services.rolesanywhere.transform with parameters of type CreateProfileRequest Modifier and Type Method Description SdkHttpFullRequestCreateProfileRequestMarshaller. marshall(CreateProfileRequest createProfileRequest)
-