Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetGroupRequest.Builder
Packages that use GetGroupRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GetGroupRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetGroupResponse>CognitoIdentityProviderAsyncClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest) Given a user pool ID and a group name, returns information about the user group.default GetGroupResponseCognitoIdentityProviderClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest) Given a user pool ID and a group name, returns information about the user group. -
Uses of GetGroupRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetGroupRequest.BuilderModifier and TypeMethodDescriptionstatic GetGroupRequest.BuilderGetGroupRequest.builder()The name of the group that you want to get information about.GetGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetGroupRequest.toBuilder()GetGroupRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the group that you want to query.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetGroupRequest.Builder>GetGroupRequest.serializableBuilderClass()