Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateIdentityProviderResponse.Builder
-
Packages that use CreateIdentityProviderResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CreateIdentityProviderResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateIdentityProviderResponse.Builder Modifier and Type Method Description static CreateIdentityProviderResponse.BuilderCreateIdentityProviderResponse. builder()default CreateIdentityProviderResponse.BuilderCreateIdentityProviderResponse.Builder. identityProvider(Consumer<IdentityProviderType.Builder> identityProvider)The details of the new user pool IdP.CreateIdentityProviderResponse.BuilderCreateIdentityProviderResponse.Builder. identityProvider(IdentityProviderType identityProvider)The details of the new user pool IdP.CreateIdentityProviderResponse.BuilderCreateIdentityProviderResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CreateIdentityProviderResponse.Builder Modifier and Type Method Description static Class<? extends CreateIdentityProviderResponse.Builder>CreateIdentityProviderResponse. serializableBuilderClass()
-