Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteSegmentResponse
-
Packages that use DeleteSegmentResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of DeleteSegmentResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return DeleteSegmentResponse Modifier and Type Method Description default DeleteSegmentResponsePinpointClient. deleteSegment(Consumer<DeleteSegmentRequest.Builder> deleteSegmentRequest)Deletes a segment from an application.default DeleteSegmentResponsePinpointClient. deleteSegment(DeleteSegmentRequest deleteSegmentRequest)Deletes a segment from an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type DeleteSegmentResponse Modifier and Type Method Description default CompletableFuture<DeleteSegmentResponse>PinpointAsyncClient. deleteSegment(Consumer<DeleteSegmentRequest.Builder> deleteSegmentRequest)Deletes a segment from an application.default CompletableFuture<DeleteSegmentResponse>PinpointAsyncClient. deleteSegment(DeleteSegmentRequest deleteSegmentRequest)Deletes a segment from an application.
-