Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.TermsType.Builder
Packages that use TermsType.Builder
-
Uses of TermsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TermsType.BuilderModifier and TypeMethodDescriptionstatic TermsType.BuilderTermsType.builder()The ID of the app client that the terms documents are assigned to.TermsType.Builder.creationDate(Instant creationDate) The date and time when the item was created.TermsType.Builder.enforcement(String enforcement) This parameter is reserved for future use and currently accepts one value.TermsType.Builder.enforcement(TermsEnforcementType enforcement) This parameter is reserved for future use and currently accepts one value.TermsType.Builder.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.A map of URLs to languages.The ID of the terms documents.The type and friendly name of the terms documents.TermsType.Builder.termsSource(String termsSource) This parameter is reserved for future use and currently accepts one value.TermsType.Builder.termsSource(TermsSourceType termsSource) This parameter is reserved for future use and currently accepts one value.TermsType.toBuilder()TermsType.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the terms documents.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type TermsType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TermsType.Builder>TermsType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type TermsType.BuilderModifier and TypeMethodDescriptiondefault CreateTermsResponse.BuilderCreateTermsResponse.Builder.terms(Consumer<TermsType.Builder> terms) A summary of your terms documents.default DescribeTermsResponse.BuilderDescribeTermsResponse.Builder.terms(Consumer<TermsType.Builder> terms) A summary of the requested terms documents.default UpdateTermsResponse.BuilderUpdateTermsResponse.Builder.terms(Consumer<TermsType.Builder> terms) A summary of the updates to your terms documents.