Uses of Interface
software.amazon.awssdk.services.cognitoidentity.model.GetPrincipalTagAttributeMapResponse.Builder
-
Packages that use GetPrincipalTagAttributeMapResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of GetPrincipalTagAttributeMapResponse.Builder in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return GetPrincipalTagAttributeMapResponse.Builder Modifier and Type Method Description static GetPrincipalTagAttributeMapResponse.BuilderGetPrincipalTagAttributeMapResponse. builder()GetPrincipalTagAttributeMapResponse.BuilderGetPrincipalTagAttributeMapResponse.Builder. identityPoolId(String identityPoolId)You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.GetPrincipalTagAttributeMapResponse.BuilderGetPrincipalTagAttributeMapResponse.Builder. identityProviderName(String identityProviderName)You can use this operation to get the provider name.GetPrincipalTagAttributeMapResponse.BuilderGetPrincipalTagAttributeMapResponse.Builder. principalTags(Map<String,String> principalTags)You can use this operation to add principal tags.GetPrincipalTagAttributeMapResponse.BuilderGetPrincipalTagAttributeMapResponse. toBuilder()GetPrincipalTagAttributeMapResponse.BuilderGetPrincipalTagAttributeMapResponse.Builder. useDefaults(Boolean useDefaults)You can use this operation to listMethods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type GetPrincipalTagAttributeMapResponse.Builder Modifier and Type Method Description static Class<? extends GetPrincipalTagAttributeMapResponse.Builder>GetPrincipalTagAttributeMapResponse. serializableBuilderClass()
-