Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSegmentsRequest
-
Packages that use GetSegmentsRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetSegmentsRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetSegmentsRequest Modifier and Type Method Description default CompletableFuture<GetSegmentsResponse>PinpointAsyncClient. getSegments(GetSegmentsRequest getSegmentsRequest)Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.default GetSegmentsResponsePinpointClient. getSegments(GetSegmentsRequest getSegmentsRequest)Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application. -
Uses of GetSegmentsRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetSegmentsRequest Modifier and Type Method Description SdkHttpFullRequestGetSegmentsRequestMarshaller. marshall(GetSegmentsRequest getSegmentsRequest)
-