Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSegmentVersionsRequest
-
Packages that use GetSegmentVersionsRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetSegmentVersionsRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetSegmentVersionsRequest Modifier and Type Method Description default CompletableFuture<GetSegmentVersionsResponse>PinpointAsyncClient. getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest)Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application.default GetSegmentVersionsResponsePinpointClient. getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest)Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application. -
Uses of GetSegmentVersionsRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetSegmentVersionsRequest Modifier and Type Method Description SdkHttpFullRequestGetSegmentVersionsRequestMarshaller. marshall(GetSegmentVersionsRequest getSegmentVersionsRequest)
-