Uses of Interface
software.amazon.awssdk.services.identitystore.model.UpdateGroupRequest.Builder
-
Packages that use UpdateGroupRequest.Builder Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups).software.amazon.awssdk.services.identitystore.model -
-
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.identitystore
Method parameters in software.amazon.awssdk.services.identitystore with type arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>IdentitystoreAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)For the specified group in the specified identity store, updates the group metadata and attributes.default UpdateGroupResponseIdentitystoreClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)For the specified group in the specified identity store, updates the group metadata and attributes. -
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return UpdateGroupRequest.Builder Modifier and Type Method Description static UpdateGroupRequest.BuilderUpdateGroupRequest. builder()UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. groupId(String groupId)The identifier for a group in the identity store.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. identityStoreId(String identityStoreId)The globally unique identifier for the identity store.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. operations(Collection<AttributeOperation> operations)A list ofAttributeOperationobjects to apply to the requested group.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. operations(Consumer<AttributeOperation.Builder>... operations)A list ofAttributeOperationobjects to apply to the requested group.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. operations(AttributeOperation... operations)A list ofAttributeOperationobjects to apply to the requested group.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGroupRequest.BuilderUpdateGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGroupRequest.Builder>UpdateGroupRequest. serializableBuilderClass()
-