Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.TimeToLiveSpecificationProperty
Packages that use CfnGlobalTable.TimeToLiveSpecificationProperty
-
Uses of CfnGlobalTable.TimeToLiveSpecificationProperty in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement CfnGlobalTable.TimeToLiveSpecificationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnGlobalTable.TimeToLiveSpecificationPropertyMethods in software.amazon.awscdk.services.dynamodb that return CfnGlobalTable.TimeToLiveSpecificationPropertyModifier and TypeMethodDescriptionCfnGlobalTable.TimeToLiveSpecificationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type CfnGlobalTable.TimeToLiveSpecificationPropertyModifier and TypeMethodDescriptionvoidCfnGlobalTable.setTimeToLiveSpecification(CfnGlobalTable.TimeToLiveSpecificationProperty value) Specifies the time to live (TTL) settings for the table.CfnGlobalTable.Builder.timeToLiveSpecification(CfnGlobalTable.TimeToLiveSpecificationProperty timeToLiveSpecification) Specifies the time to live (TTL) settings for the table.CfnGlobalTableProps.Builder.timeToLiveSpecification(CfnGlobalTable.TimeToLiveSpecificationProperty timeToLiveSpecification) Sets the value ofCfnGlobalTableProps.getTimeToLiveSpecification()