Uses of Interface
software.amazon.awssdk.services.cognitoidentity.model.GetIdentityPoolRolesResponse.Builder
-
Packages that use GetIdentityPoolRolesResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of GetIdentityPoolRolesResponse.Builder in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return GetIdentityPoolRolesResponse.Builder Modifier and Type Method Description static GetIdentityPoolRolesResponse.BuilderGetIdentityPoolRolesResponse. builder()GetIdentityPoolRolesResponse.BuilderGetIdentityPoolRolesResponse.Builder. identityPoolId(String identityPoolId)An identity pool ID in the format REGION:GUID.GetIdentityPoolRolesResponse.BuilderGetIdentityPoolRolesResponse.Builder. roleMappings(Map<String,RoleMapping> roleMappings)How users for a specific identity provider are to mapped to roles.GetIdentityPoolRolesResponse.BuilderGetIdentityPoolRolesResponse.Builder. roles(Map<String,String> roles)The map of roles associated with this pool.GetIdentityPoolRolesResponse.BuilderGetIdentityPoolRolesResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type GetIdentityPoolRolesResponse.Builder Modifier and Type Method Description static Class<? extends GetIdentityPoolRolesResponse.Builder>GetIdentityPoolRolesResponse. serializableBuilderClass()
-