Uses of Interface
software.amazon.awssdk.services.cognitoidentity.model.GetPrincipalTagAttributeMapRequest.Builder
-
Packages that use GetPrincipalTagAttributeMapRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of GetPrincipalTagAttributeMapRequest.Builder in software.amazon.awssdk.services.cognitoidentity
Method parameters in software.amazon.awssdk.services.cognitoidentity with type arguments of type GetPrincipalTagAttributeMapRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPrincipalTagAttributeMapResponse>CognitoIdentityAsyncClient. getPrincipalTagAttributeMap(Consumer<GetPrincipalTagAttributeMapRequest.Builder> getPrincipalTagAttributeMapRequest)UseGetPrincipalTagAttributeMapto list all mappings betweenPrincipalTagsand user attributes.default GetPrincipalTagAttributeMapResponseCognitoIdentityClient. getPrincipalTagAttributeMap(Consumer<GetPrincipalTagAttributeMapRequest.Builder> getPrincipalTagAttributeMapRequest)UseGetPrincipalTagAttributeMapto list all mappings betweenPrincipalTagsand user attributes. -
Uses of GetPrincipalTagAttributeMapRequest.Builder in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return GetPrincipalTagAttributeMapRequest.Builder Modifier and Type Method Description static GetPrincipalTagAttributeMapRequest.BuilderGetPrincipalTagAttributeMapRequest. builder()GetPrincipalTagAttributeMapRequest.BuilderGetPrincipalTagAttributeMapRequest.Builder. identityPoolId(String identityPoolId)You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.GetPrincipalTagAttributeMapRequest.BuilderGetPrincipalTagAttributeMapRequest.Builder. identityProviderName(String identityProviderName)You can use this operation to get the provider name.GetPrincipalTagAttributeMapRequest.BuilderGetPrincipalTagAttributeMapRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPrincipalTagAttributeMapRequest.BuilderGetPrincipalTagAttributeMapRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPrincipalTagAttributeMapRequest.BuilderGetPrincipalTagAttributeMapRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type GetPrincipalTagAttributeMapRequest.Builder Modifier and Type Method Description static Class<? extends GetPrincipalTagAttributeMapRequest.Builder>GetPrincipalTagAttributeMapRequest. serializableBuilderClass()
-