Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSegmentVersionRequest
-
Packages that use GetSegmentVersionRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetSegmentVersionRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetSegmentVersionRequest Modifier and Type Method Description default CompletableFuture<GetSegmentVersionResponse>PinpointAsyncClient. getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest)Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.default GetSegmentVersionResponsePinpointClient. getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest)Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application. -
Uses of GetSegmentVersionRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetSegmentVersionRequest Modifier and Type Method Description SdkHttpFullRequestGetSegmentVersionRequestMarshaller. marshall(GetSegmentVersionRequest getSegmentVersionRequest)
-