Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateSegmentRequest
-
Packages that use UpdateSegmentRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of UpdateSegmentRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type UpdateSegmentRequest Modifier and Type Method Description default CompletableFuture<UpdateSegmentResponse>PinpointAsyncClient. updateSegment(UpdateSegmentRequest updateSegmentRequest)Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.default UpdateSegmentResponsePinpointClient. updateSegment(UpdateSegmentRequest updateSegmentRequest)Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application. -
Uses of UpdateSegmentRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type UpdateSegmentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSegmentRequestMarshaller. marshall(UpdateSegmentRequest updateSegmentRequest)
-