Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.UpdateProfileRequest.Builder
-
Packages that use UpdateProfileRequest.Builder 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.model -
-
Uses of UpdateProfileRequest.Builder in software.amazon.awssdk.services.rolesanywhere
Method parameters in software.amazon.awssdk.services.rolesanywhere with type arguments of type UpdateProfileRequest.Builder 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 UpdateProfileResponseRolesAnywhereClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume. -
Uses of UpdateProfileRequest.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return UpdateProfileRequest.Builder Modifier and Type Method Description static UpdateProfileRequest.BuilderUpdateProfileRequest. builder()UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. durationSeconds(Integer durationSeconds)Used to determine how long sessions vended using this profile are valid for.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. managedPolicyArns(String... managedPolicyArns)A list of managed policy ARNs that apply to the vended session credentials.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. managedPolicyArns(Collection<String> managedPolicyArns)A list of managed policy ARNs that apply to the vended session credentials.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. name(String name)The name of the profile.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. profileId(String profileId)The unique identifier of the profile.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. roleArns(String... roleArns)A list of IAM roles that this profile can assume in a temporary credential request.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. roleArns(Collection<String> roleArns)A list of IAM roles that this profile can assume in a temporary credential request.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. sessionPolicy(String sessionPolicy)A session policy that applies to the trust boundary of the vended session credentials.UpdateProfileRequest.BuilderUpdateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type UpdateProfileRequest.Builder Modifier and Type Method Description static Class<? extends UpdateProfileRequest.Builder>UpdateProfileRequest. serializableBuilderClass()
-