Uses of Interface
software.amazon.awssdk.services.cognitoidentity.model.SetPrincipalTagAttributeMapRequest.Builder
-
Packages that use SetPrincipalTagAttributeMapRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of SetPrincipalTagAttributeMapRequest.Builder in software.amazon.awssdk.services.cognitoidentity
Method parameters in software.amazon.awssdk.services.cognitoidentity with type arguments of type SetPrincipalTagAttributeMapRequest.Builder Modifier and Type Method Description default CompletableFuture<SetPrincipalTagAttributeMapResponse>CognitoIdentityAsyncClient. setPrincipalTagAttributeMap(Consumer<SetPrincipalTagAttributeMapRequest.Builder> setPrincipalTagAttributeMapRequest)You can use this operation to use default (username and clientID) attribute or custom attribute mappings.default SetPrincipalTagAttributeMapResponseCognitoIdentityClient. setPrincipalTagAttributeMap(Consumer<SetPrincipalTagAttributeMapRequest.Builder> setPrincipalTagAttributeMapRequest)You can use this operation to use default (username and clientID) attribute or custom attribute mappings. -
Uses of SetPrincipalTagAttributeMapRequest.Builder in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return SetPrincipalTagAttributeMapRequest.Builder Modifier and Type Method Description static SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest. builder()SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest.Builder. identityPoolId(String identityPoolId)The ID of the Identity Pool you want to set attribute mappings for.SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest.Builder. identityProviderName(String identityProviderName)The provider name you want to use for attribute mappings.SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest.Builder. principalTags(Map<String,String> principalTags)You can use this operation to add principal tags.SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest. toBuilder()SetPrincipalTagAttributeMapRequest.BuilderSetPrincipalTagAttributeMapRequest.Builder. useDefaults(Boolean useDefaults)You can use this operation to use default (username and clientID) attribute mappings.Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type SetPrincipalTagAttributeMapRequest.Builder Modifier and Type Method Description static Class<? extends SetPrincipalTagAttributeMapRequest.Builder>SetPrincipalTagAttributeMapRequest. serializableBuilderClass()
-