Package | Description |
---|---|
io.sphere.sdk.extensions | |
io.sphere.sdk.extensions.commands.updateactions |
Provides the possible operations which can be performed on update commands for extensions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AWSLambdaDestination |
interface |
HttpDestination |
Modifier and Type | Method and Description |
---|---|
Destination |
Extension.getDestination() |
Destination |
ExtensionDraft.getDestination() |
Destination |
ExtensionDraftBuilder.getDestination() |
Destination |
ExtensionDraftDsl.getDestination() |
Modifier and Type | Method and Description |
---|---|
ExtensionDraftBuilder |
ExtensionDraftBuilder.destination(Destination destination)
Sets the
destination property of this builder. |
static ExtensionDraftBuilder |
ExtensionDraftBuilder.of(Destination destination,
List<Trigger> triggers)
Creates a new object initialized with the given values.
|
static ExtensionDraftDsl |
ExtensionDraftDsl.of(Destination destination,
List<Trigger> triggers)
Creates a new object initialized with the given values.
|
static ExtensionDraftBuilder |
ExtensionDraftBuilder.of(String key,
Destination destination,
List<Trigger> triggers)
Creates a new object initialized with the given values.
|
static ExtensionDraftDsl |
ExtensionDraftDsl.of(String key,
Destination destination,
List<Trigger> triggers)
Creates a new object initialized with the given values.
|
static ExtensionDraftBuilder |
ExtensionDraftBuilder.of(String key,
Destination destination,
List<Trigger> triggers,
Long timeoutInMs)
Creates a new object initialized with the given values.
|
static ExtensionDraftDsl |
ExtensionDraftDsl.of(String key,
Destination destination,
List<Trigger> triggers,
Long timeoutInMs)
Creates a new object initialized with the given values.
|
ExtensionDraftDsl |
ExtensionDraftDsl.withDestination(Destination destination) |
Modifier and Type | Method and Description |
---|---|
Destination |
ChangeDestination.getDestination() |
Modifier and Type | Method and Description |
---|---|
static ChangeDestination |
ChangeDestination.of(Destination destination)
Creates a new object initialized with the given values.
|