Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
BillingDetails |
BillingDetails.clone() |
BillingDetails |
StartSyncExecutionResult.getBillingDetails()
An object that describes workflow billing details, including billed duration and memory use.
|
BillingDetails |
BillingDetails.withBilledDurationInMilliseconds(Long billedDurationInMilliseconds)
Billed duration of your workflow, in milliseconds.
|
BillingDetails |
BillingDetails.withBilledMemoryUsedInMB(Long billedMemoryUsedInMB)
Billed memory consumption of your workflow, in MB.
|
Modifier and Type | Method and Description |
---|---|
void |
StartSyncExecutionResult.setBillingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
|
StartSyncExecutionResult |
StartSyncExecutionResult.withBillingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
|
Copyright © 2023. All rights reserved.