Uses of Interface
software.amazon.awssdk.services.identitystore.model.GetGroupIdRequest.Builder
-
Packages that use GetGroupIdRequest.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 GetGroupIdRequest.Builder in software.amazon.awssdk.services.identitystore
Method parameters in software.amazon.awssdk.services.identitystore with type arguments of type GetGroupIdRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGroupIdResponse>IdentitystoreAsyncClient. getGroupId(Consumer<GetGroupIdRequest.Builder> getGroupIdRequest)RetrievesGroupIdin an identity store.default GetGroupIdResponseIdentitystoreClient. getGroupId(Consumer<GetGroupIdRequest.Builder> getGroupIdRequest)RetrievesGroupIdin an identity store. -
Uses of GetGroupIdRequest.Builder in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return GetGroupIdRequest.Builder Modifier and Type Method Description default GetGroupIdRequest.BuilderGetGroupIdRequest.Builder. alternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier)A unique identifier for a user or group that is not the primary identifier.GetGroupIdRequest.BuilderGetGroupIdRequest.Builder. alternateIdentifier(AlternateIdentifier alternateIdentifier)A unique identifier for a user or group that is not the primary identifier.static GetGroupIdRequest.BuilderGetGroupIdRequest. builder()GetGroupIdRequest.BuilderGetGroupIdRequest.Builder. identityStoreId(String identityStoreId)The globally unique identifier for the identity store.GetGroupIdRequest.BuilderGetGroupIdRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGroupIdRequest.BuilderGetGroupIdRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGroupIdRequest.BuilderGetGroupIdRequest. toBuilder()Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type GetGroupIdRequest.Builder Modifier and Type Method Description static Class<? extends GetGroupIdRequest.Builder>GetGroupIdRequest. serializableBuilderClass()
-