Uses of Interface
software.amazon.awssdk.services.neptunedata.model.DeletePropertygraphStatisticsResponse.Builder
-
Packages that use DeletePropertygraphStatisticsResponse.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of DeletePropertygraphStatisticsResponse.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return DeletePropertygraphStatisticsResponse.Builder Modifier and Type Method Description static DeletePropertygraphStatisticsResponse.BuilderDeletePropertygraphStatisticsResponse. builder()default DeletePropertygraphStatisticsResponse.BuilderDeletePropertygraphStatisticsResponse.Builder. payload(Consumer<DeleteStatisticsValueMap.Builder> payload)The deletion payload.DeletePropertygraphStatisticsResponse.BuilderDeletePropertygraphStatisticsResponse.Builder. payload(DeleteStatisticsValueMap payload)The deletion payload.DeletePropertygraphStatisticsResponse.BuilderDeletePropertygraphStatisticsResponse.Builder. status(String status)The cancel status.DeletePropertygraphStatisticsResponse.BuilderDeletePropertygraphStatisticsResponse.Builder. statusCode(Integer statusCodeValue)The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.DeletePropertygraphStatisticsResponse.BuilderDeletePropertygraphStatisticsResponse. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type DeletePropertygraphStatisticsResponse.Builder Modifier and Type Method Description static Class<? extends DeletePropertygraphStatisticsResponse.Builder>DeletePropertygraphStatisticsResponse. serializableBuilderClass()
-