| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSegmentResponse> |
PinpointAsyncClient.createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
default CreateSegmentResponse |
PinpointClient.createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSegmentRequest.Builder |
CreateSegmentRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static CreateSegmentRequest.Builder |
CreateSegmentRequest.builder() |
CreateSegmentRequest.Builder |
CreateSegmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSegmentRequest.Builder |
CreateSegmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSegmentRequest.Builder |
CreateSegmentRequest.toBuilder() |
default CreateSegmentRequest.Builder |
CreateSegmentRequest.Builder.writeSegmentRequest(Consumer<WriteSegmentRequest.Builder> writeSegmentRequest)
Sets the value of the WriteSegmentRequest property for this object.
|
CreateSegmentRequest.Builder |
CreateSegmentRequest.Builder.writeSegmentRequest(WriteSegmentRequest writeSegmentRequest)
Sets the value of the WriteSegmentRequest property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSegmentRequest.Builder> |
CreateSegmentRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.