| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint |
Amazon Pinpoint
|
| Modifier and Type | Method and Description |
|---|---|
default GetSegmentsResponse |
PinpointClient.getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)
Used to get information about your segments.
|
default GetSegmentsResponse |
PinpointClient.getSegments(GetSegmentsRequest getSegmentsRequest)
Used to get information about your segments.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSegmentsResponse> |
PinpointAsyncClient.getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)
Used to get information about your segments.
|
default CompletableFuture<GetSegmentsResponse> |
PinpointAsyncClient.getSegments(GetSegmentsRequest getSegmentsRequest)
Used to get information about your segments.
|
Copyright © 2018. All rights reserved.