| 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 GetSegmentResponse |
PinpointClient.getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
Retrieves information about the configuration, dimension, and other settings for a specific segment that's
associated with an application.
|
default CompletableFuture<GetSegmentResponse> |
PinpointAsyncClient.getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
Retrieves information about the configuration, dimension, and other settings for a specific segment that's
associated with an application.
|
| Modifier and Type | Method and Description |
|---|---|
GetSegmentRequest.Builder |
GetSegmentRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static GetSegmentRequest.Builder |
GetSegmentRequest.builder() |
GetSegmentRequest.Builder |
GetSegmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSegmentRequest.Builder |
GetSegmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSegmentRequest.Builder |
GetSegmentRequest.Builder.segmentId(String segmentId)
The unique identifier for the segment.
|
GetSegmentRequest.Builder |
GetSegmentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSegmentRequest.Builder> |
GetSegmentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.