Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateSegmentResponse
-
Packages that use UpdateSegmentResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateSegmentResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateSegmentResponse Modifier and Type Method Description default UpdateSegmentResponsePinpointClient. updateSegment(Consumer<UpdateSegmentRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateSegmentResponse Modifier and Type Method Description default CompletableFuture<UpdateSegmentResponse>PinpointAsyncClient. updateSegment(Consumer<UpdateSegmentRequest.Builder> 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 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.
-