Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.DynamoItemCollectionMetrics
Packages that use DynamoItemCollectionMetrics
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoItemCollectionMetrics in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoItemCollectionMetricsModifier and TypeMethodDescriptiondefault DynamoItemCollectionMetricsDynamoDeleteItemProps.getReturnItemCollectionMetrics()Determines whether item collection metrics are returned.DynamoDeleteItemProps.Jsii$Proxy.getReturnItemCollectionMetrics()default DynamoItemCollectionMetricsDynamoPutItemProps.getReturnItemCollectionMetrics()The item collection metrics to returned in the response.DynamoPutItemProps.Jsii$Proxy.getReturnItemCollectionMetrics()default DynamoItemCollectionMetricsDynamoUpdateItemProps.getReturnItemCollectionMetrics()Determines whether item collection metrics are returned.DynamoUpdateItemProps.Jsii$Proxy.getReturnItemCollectionMetrics()static DynamoItemCollectionMetricsReturns the enum constant of this type with the specified name.static DynamoItemCollectionMetrics[]DynamoItemCollectionMetrics.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DynamoItemCollectionMetricsModifier and TypeMethodDescriptionDynamoDeleteItem.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics) Determines whether item collection metrics are returned.DynamoDeleteItemProps.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics) Sets the value ofDynamoDeleteItemProps.getReturnItemCollectionMetrics()DynamoPutItem.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics) The item collection metrics to returned in the response.DynamoPutItemProps.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics) Sets the value ofDynamoPutItemProps.getReturnItemCollectionMetrics()DynamoUpdateItem.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics) Determines whether item collection metrics are returned.DynamoUpdateItemProps.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics) Sets the value ofDynamoUpdateItemProps.getReturnItemCollectionMetrics()